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.master
parent
0eeaa169a0
commit
e1c1b71c38
|
@ -3704,7 +3704,10 @@ library for Haskell.")
|
|||
(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")
|
||||
|
|
Reference in New Issue