diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-03 18:47:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:50 +0100 |
commit | e1e803881c772398712f10cc450031e437df18b6 (patch) | |
tree | a27b82db17ed5227e7b8de122ba4fc18b9820b45 /gnu/packages/haskell.scm | |
parent | 092ab12fc3e0fa4465b4a43748837cc75acdfdfb (diff) | |
download | gnu-guix-e1e803881c772398712f10cc450031e437df18b6.tar gnu-guix-e1e803881c772398712f10cc450031e437df18b6.tar.gz |
gnu: ghc-exceptions: Run tests.
* gnu/packages/haskell.scm (ghc-exceptions)[arguments]: Delete to run tests.
[native-inputs]: Add ghc-test-framework and ghc-test-framework-quickcheck2.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c5bc8d19a9..f255afb6e9 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2658,7 +2658,9 @@ online}.") (base32 "1gl7xzffsqmigam6zg0jsglncgzxqafld2p6kb7ccp9xirzdjsjd")))) (build-system haskell-build-system) - (arguments `(#:tests? #f)) ; FIXME: Missing test-framework package. + (native-inputs + `(("ghc-test-framework" ,ghc-test-framework) + ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2))) (inputs `(("ghc-stm" ,ghc-stm) ("ghc-mtl" ,ghc-mtl) |