gnu: ghc-uuid: Allow building with newer HUnit.
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Wed, 15 Aug 2018 09:28:47 +0000 (11:28 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 16 Aug 2018 15:04:11 +0000 (17:04 +0200)
* gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow newer HUnit.

gnu/packages/haskell.scm

index 63b671f..d4a2ec0 100644 (file)
@@ -8731,7 +8731,8 @@ functions.")
          "09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z"))))
     (build-system haskell-build-system)
     (arguments
-     `(#:configure-flags (list "--allow-newer=QuickCheck")))
+     `(#:configure-flags (list "--allow-newer=QuickCheck"
+                               "--allow-newer=HUnit")))
     (inputs `(("ghc-cryptohash-sha1" ,ghc-cryptohash-sha1)
               ("ghc-cryptohash-md5" ,ghc-cryptohash-md5)
               ("ghc-entropy" ,ghc-entropy)