summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-08-05 18:14:13 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-08-06 09:04:13 +0300
commitbfebc59829e31780eb55bd7cf3a8d424b28d2a97 (patch)
tree3a62394acc282b48da32d7acf7bf238c6db8dfed /gnu/packages/haskell-xyz.scm
parenta723d36d019c7822ca8c00f3993c4d59492e5f4d (diff)
downloadguix-patches-bfebc59829e31780eb55bd7cf3a8d424b28d2a97.tar
guix-patches-bfebc59829e31780eb55bd7cf3a8d424b28d2a97.tar.gz
gnu: ghc-c2hs: Enable tests.
* gnu/packages/haskell-xyz.scm (ghc-c2hs)[arguments]: Enable tests.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f3bd938664..a9a5f8afe6 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