mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -2831,6 +2831,8 @@ (define-public ghc-exceptions
|
|||
(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 a new issue