gnu: ghc-doctest: Update to 0.16.0.
* gnu/packages/haskell.scm (ghc-doctest): Update to 0.16.0. [inputs]: Add ghc-code-page.
This commit is contained in:
parent
96d214a6d9
commit
f9a97fb553
1 changed files with 3 additions and 2 deletions
|
@ -5115,7 +5115,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.11.0")
|
(version "0.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5125,13 +5125,14 @@ monad transformer (instead of the IO monad).")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xv4vx1r3mk7cmiwywzrq25545cx3i7imhcx33mk47r88j5c49fj"))))
|
"0hkccch65s3kp0b36h7bqhilnpi4bx8kngncm7ma9vbd3dwacjdv"))))
|
||||||
(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
|
||||||
`(("ghc-syb" ,ghc-syb)
|
`(("ghc-syb" ,ghc-syb)
|
||||||
("ghc-paths" ,ghc-paths)
|
("ghc-paths" ,ghc-paths)
|
||||||
("ghc-base-compat" ,ghc-base-compat)
|
("ghc-base-compat" ,ghc-base-compat)
|
||||||
|
("ghc-code-page" ,ghc-code-page)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-hspec" ,ghc-hspec)
|
("ghc-hspec" ,ghc-hspec)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
|
Reference in a new issue