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