gnu: ghc-doctest: Update to 0.11.0.
* gnu/packages/haskell.scm (ghc-doctest): Update to 0.11.0.
This commit is contained in:
parent
2e67886e03
commit
f212b62826
@ -4478,7 +4478,7 @@ monad transformer (instead of the IO monad).")
|
|||||||
(define-public ghc-doctest
|
(define-public ghc-doctest
|
||||||
(package
|
(package
|
||||||
(name "ghc-doctest")
|
(name "ghc-doctest")
|
||||||
(version "0.10.1")
|
(version "0.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -4488,7 +4488,7 @@ monad transformer (instead of the IO monad).")
|
|||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jbyhzbi2hfrfg7vbkpj6vriaap8cn99nnmzwcfscwaijz09jyrm"))))
|
"0xv4vx1r3mk7cmiwywzrq25545cx3i7imhcx33mk47r88j5c49fj"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: missing test framework
|
(arguments `(#:tests? #f)) ; FIXME: missing test framework
|
||||||
(inputs
|
(inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user