gnu: ghc-c2hs: Enable tests.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 5 Aug 2020 15:14:13 +0000 (18:14 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 6 Aug 2020 06:04:13 +0000 (09:04 +0300)
* gnu/packages/haskell-xyz.scm (ghc-c2hs)[arguments]: Enable tests.

gnu/packages/haskell-xyz.scm

index f3bd938..a9a5f8a 100644 (file)
@@ -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