mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ghc-async: Enable tests.
* gnu/packages/haskell.scm (ghc-async)[arguments]: Remove. [inputs]: Add ghc-hunit, ghc-test-framework, and ghc-test-framework-hunit.
This commit is contained in:
parent
0eeaa169a0
commit
e1c1b71c38
1 changed files with 4 additions and 1 deletions
|
@ -3704,7 +3704,10 @@ (define-public ghc-async
|
|||
(base32
|
||||
"0azx4qk65a9a2gvqsfmz3w89m6shzr2iz0i5lly2zvly4n2d6m6v"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
|
||||
(inputs
|
||||
`(("ghc-hunit" ,ghc-hunit)
|
||||
("ghc-test-framework" ,ghc-test-framework)
|
||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
||||
(propagated-inputs
|
||||
`(("ghc-stm" ,ghc-stm)))
|
||||
(home-page "https://github.com/simonmar/async")
|
||||
|
|
Loading…
Reference in a new issue