mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: ghc-uuid-types: Fix tests with latest QuickCheck.
* gnu/packages/haskell.scm (ghc-uuid-types)[arguments]: Relax version constraint for QuickCheck.
This commit is contained in:
parent
037181ed23
commit
b1c5c8de92
1 changed files with 2 additions and 0 deletions
|
@ -7857,6 +7857,8 @@ (define-public ghc-uuid-types
|
|||
(base32
|
||||
"1zdka5jnm1h6k36w3nr647yf3b5lqb336g3fkprhd6san9x52xlj"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||
(inputs `(("ghc-hashable" ,ghc-hashable)
|
||||
("ghc-random" ,ghc-random)
|
||||
("ghc-text" ,ghc-text)))
|
||||
|
|
Loading…
Reference in a new issue