guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: ghc-c2hs: Enable tests.


From: guix-commits
Subject: 03/05: gnu: ghc-c2hs: Enable tests.
Date: Thu, 6 Aug 2020 02:07:28 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bfebc59829e31780eb55bd7cf3a8d424b28d2a97
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 5 18:14:13 2020 +0300

    gnu: ghc-c2hs: Enable tests.
    
    * gnu/packages/haskell-xyz.scm (ghc-c2hs)[arguments]: Enable tests.
---
 gnu/packages/haskell-xyz.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f3bd938..a9a5f8a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1380,11 +1380,7 @@ streaming compression and decompression.")
        ("ghc-hunit" ,ghc-hunit)
        ("ghc-shelly" ,ghc-shelly)))
     (arguments
-     `(;; XXX: Test failures are induced by a parse error in <bits/floatn.h>
-       ;; of glibc 2.28.
-       #:tests? #f
-
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-before 'check 'set-cc
            ;; add a cc executable in the path, needed for some tests to pass



reply via email to

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