me
/
guix
Archived
1
0
Fork 0

gnu: ghc-doctest: Update to 0.16.2.

* gnu/packages/haskell-xyz.scm (ghc-doctest): Update to 0.16.2.
master
Timothy Sample 2019-10-31 10:29:18 -04:00
parent 55c1e6beda
commit 19c14a0fb7
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -2707,7 +2707,7 @@ Writer monad), where list append quickly becomes too expensive.")
(define-public ghc-doctest
(package
(name "ghc-doctest")
(version "0.16.0")
(version "0.16.2")
(source
(origin
(method url-fetch)
@ -2717,7 +2717,7 @@ Writer monad), where list append quickly becomes too expensive.")
".tar.gz"))
(sha256
(base32
"0hkccch65s3kp0b36h7bqhilnpi4bx8kngncm7ma9vbd3dwacjdv"))))
"0lk4cjfzi5bx2snfzw1zi06li0gvgz3ckfh2kwa98l7nxfdl39ag"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: missing test framework
(inputs