[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: ghc-async: Enable tests.
From: |
Eric Bavier |
Subject: |
06/10: gnu: ghc-async: Enable tests. |
Date: |
Thu, 19 Nov 2015 14:08:39 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit e1c1b71c38cacecce168752a72f466506caf2b45
Author: Eric Bavier <address@hidden>
Date: Wed Nov 18 18:26:33 2015 -0600
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 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e3dc29b..1ef74fb 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")
- branch master updated (d2a5210 -> c3c61a7), Eric Bavier, 2015/11/19
- 02/10: gnu: Add ghc-libxml., Eric Bavier, 2015/11/19
- 01/10: gnu: Add ghc-hostname., Eric Bavier, 2015/11/19
- 03/10: gnu: Add ghc-test-framework., Eric Bavier, 2015/11/19
- 05/10: gnu: ghc-regex-posix: Propagate inputs., Eric Bavier, 2015/11/19
- 06/10: gnu: ghc-async: Enable tests.,
Eric Bavier <=
- 08/10: gnu: ghc-attoparsec: Enable tests., Eric Bavier, 2015/11/19
- 07/10: gnu: Add ghc-test-framework-quickcheck2., Eric Bavier, 2015/11/19
- 04/10: gnu: Add ghc-test-framework-hunit., Eric Bavier, 2015/11/19
- 09/10: gnu: Add ghc-chasingbottoms., Eric Bavier, 2015/11/19
- 10/10: gnu: ghc-unordered-containers: Enable tests., Eric Bavier, 2015/11/19