~ruther/guix-local

1debc5b9d281660a73b6ed777546213b0d9b7b32 — Ricardo Wurmus 8 years ago 04e7b1e
gnu: ghc-uuid: Fix build.

* gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow building with a newer
version of QuickCheck.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -0
@@ 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)