guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/154: gnu: ghc-dlist: Enable tests.


From: Paul
Subject: 09/154: gnu: ghc-dlist: Enable tests.
Date: Thu, 22 Oct 2015 13:51:10 +0000

toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.

commit bc5ff224c5fa4fa68261c53861e32912a0a71339
Author: Paul van der Walt <address@hidden>
Date:   Thu Oct 15 21:29:15 2015 +0200

    gnu: ghc-dlist: Enable tests.
    
    * gnu/packages/haskell.scm (ghc-dlist): Enable tests.
---
 gnu/packages/haskell.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c4bc62c..ce879e5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -454,8 +454,9 @@ old @code{time} library.  For new projects, the newer
              ".tar.gz"))
        (sha256
         (base32 "10rp96rryij7d8gz5kv8ygc6chm1624ck5mbnqs2a3fkdzqj2b9k"))))
-    (arguments `(#:tests? #f))
     (build-system haskell-build-system)
+    (inputs
+     `(("ghc-quickcheck" ,ghc-quickcheck)))
     (home-page "https://github.com/spl/dlist";)
     (synopsis "Difference lists")
     (description



reply via email to

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