gnu: ghc-doctest: Update to 0.11.0.

* gnu/packages/haskell.scm (ghc-doctest): Update to 0.11.0.
master
Ricardo Wurmus 2018-02-12 22:50:10 +01:00
parent 2e67886e03
commit f212b62826
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4478,7 +4478,7 @@ monad transformer (instead of the IO monad).")
(define-public ghc-doctest
(package
(name "ghc-doctest")
(version "0.10.1")
(version "0.11.0")
(source
(origin
(method url-fetch)
@ -4488,7 +4488,7 @@ monad transformer (instead of the IO monad).")
".tar.gz"))
(sha256
(base32
"1jbyhzbi2hfrfg7vbkpj6vriaap8cn99nnmzwcfscwaijz09jyrm"))))
"0xv4vx1r3mk7cmiwywzrq25545cx3i7imhcx33mk47r88j5c49fj"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: missing test framework
(inputs