summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-11-03 10:54:04 -0500
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:30 -0500
commitfaac56f3af797973c4a8400d841bbddc303e924b (patch)
tree7954bab1d46b1d942a712df7c12d8d1d1b41a8a0 /gnu/packages/haskell-xyz.scm
parent7fec7e66309b2d7f5d32ea74407465cf9d1e2f3b (diff)
downloadpatches-faac56f3af797973c4a8400d841bbddc303e924b.tar
patches-faac56f3af797973c4a8400d841bbddc303e924b.tar.gz
gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6.
* gnu/packages/patches/ghc-monad-par-fix-tests.patch: New file. * gnu/local.mk: Add it. * gnu/packages/haskell-xyz.scm (ghc-monad-par): 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 30d9098e1f..604c2deaa9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6541,6 +6541,7 @@ operators for looping.")
(uri (string-append "https://hackage.haskell.org/package/"
"monad-par-" version "/"
"monad-par-" version ".tar.gz"))
+ (patches (search-patches "ghc-monad-par-fix-tests.patch"))
(sha256
(base32
"0ldrzqy24fsszvn2a2nr77m2ih7xm0h9bgkjyv1l274aj18xyk7q"))))