From e1c1b71c38cacecce168752a72f466506caf2b45 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Wed, 18 Nov 2015 18:26:33 -0600 Subject: 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. --- gnu/packages/haskell.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e3dc29ba39..1ef74fb8c6 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -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") -- cgit v1.2.3