gnu: ghc-exceptions: Allow newer version of QuickCheck.
* gnu/packages/haskell.scm (ghc-exceptions)[arguments]: Allow running tests with newer version of QuickCheck.
This commit is contained in:
parent
6418074ce9
commit
e2d3e4d69c
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue