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:
Ricardo Wurmus 2018-02-12 20:37:35 +01:00
parent 037181ed23
commit b1c5c8de92
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -7857,6 +7857,8 @@ IPv4, IPv6 and MAC addresses.")
(base32 (base32
"1zdka5jnm1h6k36w3nr647yf3b5lqb336g3fkprhd6san9x52xlj")))) "1zdka5jnm1h6k36w3nr647yf3b5lqb336g3fkprhd6san9x52xlj"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=QuickCheck")))
(inputs `(("ghc-hashable" ,ghc-hashable) (inputs `(("ghc-hashable" ,ghc-hashable)
("ghc-random" ,ghc-random) ("ghc-random" ,ghc-random)
("ghc-text" ,ghc-text))) ("ghc-text" ,ghc-text)))