gnu: ghc-diff: Patch to work with newer QuickCheck.

* gnu/packages/patches/ghc-diff-swap-cover-args.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/haskell-xyz.scm (ghc-diff): Use it.
This commit is contained in:
Timothy Sample 2019-11-01 21:56:40 -04:00
parent cdffb73c04
commit a531ff94c3
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59
3 changed files with 22 additions and 0 deletions

View file

@ -2606,6 +2606,7 @@ and parsers with useful semantics.")
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"Diff/Diff-" version ".tar.gz"))
(patches (search-patches "ghc-diff-swap-cover-args.patch"))
(sha256
(base32
"0bqcdvhxx8dmqc3793m6axg813wv9ldz2j37f1wygbbrbbndmdvp"))))