mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: ghc-unordered-containers: Enable tests.
* gnu/packages/haskell.scm (ghc-unordered-containers) [arguments]: Remove. [inputs]: Add ghc-chasingbottoms, ghc-test-framework, ghc-test-framework-hunit, and ghc-test-framework-quickcheck2.
This commit is contained in:
parent
4eca62be49
commit
c3c61a781c
1 changed files with 6 additions and 4 deletions
|
@ -3051,12 +3051,14 @@ (define-public ghc-unordered-containers
|
||||||
"06l1xv7vhpxly75saxdrbc6p2zlgz1az278arfkz4rgawfnphn3f"))))
|
"06l1xv7vhpxly75saxdrbc6p2zlgz1az278arfkz4rgawfnphn3f"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hunit" ,ghc-hunit)
|
`(("ghc-chasingbottoms" ,ghc-chasingbottoms)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)))
|
("ghc-hunit" ,ghc-hunit)
|
||||||
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
|
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
||||||
|
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
||||||
;; these inputs are necessary to use this library
|
;; these inputs are necessary to use this library
|
||||||
(propagated-inputs `(("ghc-hashable" ,ghc-hashable)))
|
(propagated-inputs `(("ghc-hashable" ,ghc-hashable)))
|
||||||
(arguments
|
|
||||||
`(#:tests? #f)) ; FIXME: currently missing libraries used for tests.
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/tibbe/unordered-containers")
|
"https://github.com/tibbe/unordered-containers")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in a new issue