gnu: ghc-attoparsec: Enable tests.
* gnu/packages/haskell.scm (ghc-attoparsec)[arguments]: Remove. [inputs]: Add ghc-quickcheck, ghc-quickcheck-unicode, ghc-test-framework, and ghc-test-framework-quickcheck2.
This commit is contained in:
parent
ab715ec9ae
commit
19206f5eb8
|
@ -2191,11 +2191,14 @@ with slicing and Clang-style colored diagnostics.")
|
||||||
(base32
|
(base32
|
||||||
"0cprkr7bl4lrr80pz8mryb4rbfwdgpsrl7g0fbcaybhl8p5hm26f"))))
|
"0cprkr7bl4lrr80pz8mryb4rbfwdgpsrl7g0fbcaybhl8p5hm26f"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: ghc-test-framework unavailable
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ghc-scientific" ,ghc-scientific)))
|
`(("ghc-scientific" ,ghc-scientific)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-text" ,ghc-text)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
("ghc-quickcheck-unicode" ,ghc-quickcheck-unicode)
|
||||||
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
|
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
|
||||||
|
("ghc-text" ,ghc-text)
|
||||||
("ghc-vector" ,ghc-vector)))
|
("ghc-vector" ,ghc-vector)))
|
||||||
(home-page "https://github.com/bos/attoparsec")
|
(home-page "https://github.com/bos/attoparsec")
|
||||||
(synopsis "Fast combinator parsing for bytestrings and text")
|
(synopsis "Fast combinator parsing for bytestrings and text")
|
||||||
|
|
Loading…
Reference in New Issue