gnu: cabal-doctest: Update Cabal file to r1.

* gnu/packages/haskell.scm (cabal-doctest): Update Cabal file to r1.
This commit is contained in:
Timothy Sample 2018-08-31 15:12:05 -04:00 committed by Ricardo Wurmus
parent 127586adfb
commit 988dee48d0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1832,6 +1832,9 @@ (define-public cabal-doctest
(base32
"0bgd4jdmzxq5y465r4sf4jv2ix73yvblnr4c9wyazazafddamjny"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
("1" "1bk85avgc93yvcggwbk01fy8nvg6753wgmaanhkry0hz55h7mpld")))
(home-page "https://github.com/phadej/cabal-doctest")
(synopsis "Setup.hs helper for running doctests")
(description