mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: ghc-doctest: Update to 0.16.2.
* gnu/packages/haskell-xyz.scm (ghc-doctest): Update to 0.16.2.
This commit is contained in:
parent
55c1e6beda
commit
19c14a0fb7
1 changed files with 2 additions and 2 deletions
|
@ -2707,7 +2707,7 @@ Writer monad), where list append quickly becomes too expensive.")
|
||||||
(define-public ghc-doctest
|
(define-public ghc-doctest
|
||||||
(package
|
(package
|
||||||
(name "ghc-doctest")
|
(name "ghc-doctest")
|
||||||
(version "0.16.0")
|
(version "0.16.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2717,7 +2717,7 @@ Writer monad), where list append quickly becomes too expensive.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hkccch65s3kp0b36h7bqhilnpi4bx8kngncm7ma9vbd3dwacjdv"))))
|
"0lk4cjfzi5bx2snfzw1zi06li0gvgz3ckfh2kwa98l7nxfdl39ag"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue