diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-12 21:37:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:34 +0100 |
commit | e2d3e4d69c346095dec0643fd6d26687e8ac1c33 (patch) | |
tree | 7f6fc3c7b68e8c089f19a501c2f8411d73184ed0 /gnu | |
parent | 6418074ce92340514d63288d1c28b05f7b4ced63 (diff) | |
download | patches-e2d3e4d69c346095dec0643fd6d26687e8ac1c33.tar patches-e2d3e4d69c346095dec0643fd6d26687e8ac1c33.tar.gz |
gnu: ghc-exceptions: Allow newer version of QuickCheck.
* gnu/packages/haskell.scm (ghc-exceptions)[arguments]: Allow running tests
with newer version of QuickCheck.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 5722947a80..a4bc9a7c19 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2831,6 +2831,8 @@ online}.") (base32 "1gl7xzffsqmigam6zg0jsglncgzxqafld2p6kb7ccp9xirzdjsjd")))) (build-system haskell-build-system) + (arguments + `(#:configure-flags (list "--allow-newer=QuickCheck"))) (native-inputs `(("ghc-test-framework" ,ghc-test-framework) ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2))) |