me
/
guix
Archived
1
0
Fork 0

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
Eric Bavier 2015-11-18 18:26:33 -06:00
parent 0eeaa169a0
commit e1c1b71c38
1 changed files with 4 additions and 1 deletions

View File

@ -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")