gnu: ghc-c2hs: Enable tests.

* gnu/packages/haskell-xyz.scm (ghc-c2hs)[arguments]: Enable tests.
This commit is contained in:
Efraim Flashner 2020-08-05 18:14:13 +03:00
parent a723d36d01
commit bfebc59829
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1380,11 +1380,7 @@ (define-public ghc-c2hs
("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