rekado pushed a commit to branch master in repository guix. commit 1debc5b9d281660a73b6ed777546213b0d9b7b32 Author: Ricardo Wurmus <rek...@elephly.net> Date: Thu Mar 1 21:11:43 2018 +0100
gnu: ghc-uuid: Fix build. * gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow building with a newer version of QuickCheck. --- gnu/packages/haskell.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index dbb9ebc..5c6e07a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -8532,6 +8532,8 @@ functions.") (base32 "09xhk42yhxvqmka0iqrv3338asncz8cap3j0ic0ps896f2581b6z")))) (build-system haskell-build-system) + (arguments + `(#:configure-flags (list "--allow-newer=QuickCheck"))) (inputs `(("ghc-cryptohash-sha1" ,ghc-cryptohash-sha1) ("ghc-cryptohash-md5" ,ghc-cryptohash-md5) ("ghc-entropy" ,ghc-entropy)