gnu: ghc-comonad: Run tests.
* gnu/packages/haskell.scm (ghc-comonad)[arguments]: Delete to enable tests. [native-inputs]: Add ghc-doctest.
This commit is contained in:
parent
f1c2aed7df
commit
bdd4aa1643
|
@ -2362,8 +2362,8 @@ parser isolation, and labeled blocks for better error messages.")
|
||||||
(base32
|
(base32
|
||||||
"0arvbaxgkawzdp38hh53akkahjg2aa3kj2b4ns0ni8a5ylg2cqmp"))))
|
"0arvbaxgkawzdp38hh53akkahjg2aa3kj2b4ns0ni8a5ylg2cqmp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy
|
(native-inputs
|
||||||
; -package contravariant-1.3.3"
|
`(("ghc-doctest" ,ghc-doctest)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-contravariant" ,ghc-contravariant)
|
`(("ghc-contravariant" ,ghc-contravariant)
|
||||||
("ghc-distributive" ,ghc-distributive)
|
("ghc-distributive" ,ghc-distributive)
|
||||||
|
|
Loading…
Reference in New Issue