gnu: ghc-doctest: Downgrade to 0.16.2.
* gnu/packages/haskell-xyz.scm (ghc-doctest): Downgrade to 0.16.2. [inputs]: Replace with what is generated by guix import. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
4e3b6235a4
commit
df0e411373
@ -3551,7 +3551,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.3")
|
(version "0.16.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -3561,7 +3561,7 @@ Writer monad), where list append quickly becomes too expensive.")
|
|||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y1l7aa80qkib1z8lsizgg7fpfdmdwhxvi5m255a42jdkjgn5sfg"))))
|
"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
|
||||||
@ -3573,7 +3573,6 @@ Writer monad), where list append quickly becomes too expensive.")
|
|||||||
`(("ghc-hunit" ,ghc-hunit)
|
`(("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
("ghc-hspec" ,ghc-hspec)
|
("ghc-hspec" ,ghc-hspec)
|
||||||
("ghc-hspec-core" ,ghc-hspec-core)
|
|
||||||
("ghc-mockery" ,ghc-mockery)
|
("ghc-mockery" ,ghc-mockery)
|
||||||
("ghc-setenv" ,ghc-setenv)
|
("ghc-setenv" ,ghc-setenv)
|
||||||
("ghc-silently" ,ghc-silently)
|
("ghc-silently" ,ghc-silently)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user