mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: ghc-uuid-types: Allow building with newer HUnit.
* gnu/packages/haskell.scm (ghc-uuid-types)[arguments]: Allow newer HUnit.
This commit is contained in:
parent
05916da70b
commit
d9c36e5b7a
1 changed files with 2 additions and 1 deletions
|
@ -8698,7 +8698,8 @@ (define-public ghc-uuid-types
|
|||
"1zdka5jnm1h6k36w3nr647yf3b5lqb336g3fkprhd6san9x52xlj"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||
`(#:configure-flags (list "--allow-newer=QuickCheck"
|
||||
"--allow-newer=HUnit")))
|
||||
(inputs `(("ghc-hashable" ,ghc-hashable)
|
||||
("ghc-random" ,ghc-random)
|
||||
("ghc-text" ,ghc-text)))
|
||||
|
|
Loading…
Reference in a new issue