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.
This commit is contained in:
Timothy Sample 2019-11-03 10:54:04 -05:00
parent 7fec7e6630
commit faac56f3af
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59
3 changed files with 48 additions and 1 deletions

View file

@ -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"))))