guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ghc-quickcheck: Enable tests.


From: guix-commits
Subject: 03/03: gnu: ghc-quickcheck: Enable tests.
Date: Sat, 13 Jun 2020 17:18:32 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit fe9f2d150019b9fc17f08f5a002d7ca932fc3eb0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 9 20:20:14 2020 +0200

    gnu: ghc-quickcheck: Enable tests.
    
    * gnu/packages/haskell-check.scm (ghc-quickcheck)[arguments]: Remove.
---
 gnu/packages/haskell-check.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index ac1cd33..ea54185 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -501,8 +501,6 @@ use HUnit assertions as QuickCheck properties.")
         (base32
          "0426j43af8v3qmdjjqxivazsvr3a2brac8yw09vpgpjkb2m0nmkv"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:tests? #f))  ; FIXME: currently missing libraries used for tests.
     (inputs
      `(("ghc-random" ,ghc-random)
        ("ghc-splitmix" ,ghc-splitmix-bootstrap)))



reply via email to

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