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 @@ IPv4, IPv6 and MAC addresses.") | |||
|          "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))) | ||||
|  |  | |||
		Reference in a new issue