guix-commits
[Top][All Lists]
Advanced

[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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]