summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-01 21:56:40 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:28 -0500
commita531ff94c3dcf480be5c085c52f2c2d9bc532712 (patch)
tree98dc9cbdb3e2388bf2d4e961f8f2d06de6855ccc /gnu/packages/haskell-xyz.scm
parentcdffb73c04d0c68d7edf19ee02fc3a554dea04bc (diff)
downloadpatches-a531ff94c3dcf480be5c085c52f2c2d9bc532712.tar
patches-a531ff94c3dcf480be5c085c52f2c2d9bc532712.tar.gz
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.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c8fbec048d..86e0d2a60e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -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"))))