mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ghc-mtl: Fix build with GHC 8.
* gnu/packages/haskell.scm (ghc-mtl)[inputs]: Add ghc-transformers. [arguments]: Permit building with newer version of transformers.
This commit is contained in:
parent
d5e86172ca
commit
c088e39341
1 changed files with 4 additions and 0 deletions
|
@ -1479,6 +1479,10 @@ installation of Haskell libraries and programs.")
|
|||
(base32
|
||||
"1icdbj2rshzn0m1zz5wa7v3xvkf6qw811p4s7jgqwvx1ydwrvrfa"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=transformers")))
|
||||
(inputs
|
||||
`(("ghc-transformers" ,ghc-transformers)))
|
||||
(home-page "https://github.com/ekmett/mtl")
|
||||
(synopsis
|
||||
"Monad classes, using functional dependencies")
|
||||
|
|
Loading…
Reference in a new issue