mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
cdffb73c04
commit
a531ff94c3
3 changed files with 22 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue