mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ghc-mtl: Remove ghc-transformers from inputs.
* gnu/packages/haskell.scm (ghc-mtl)[arguments]: Explain why we need to allow a newer version of the transformers package. [inputs]: Remove ghc-transformers.
This commit is contained in:
parent
369eee8763
commit
1ecbd859a1
1 changed files with 3 additions and 2 deletions
|
@ -1675,10 +1675,11 @@ (define-public ghc-mtl
|
||||||
(base32
|
(base32
|
||||||
"1icdbj2rshzn0m1zz5wa7v3xvkf6qw811p4s7jgqwvx1ydwrvrfa"))))
|
"1icdbj2rshzn0m1zz5wa7v3xvkf6qw811p4s7jgqwvx1ydwrvrfa"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
;; This is an official revision, relaxing the requirement transformers ==
|
||||||
|
;; 0.4 to transformers >= 0.4 && < 0.6; see
|
||||||
|
;; https://hackage.haskell.org/package/mtl-2.2.1/revision/1.cabal
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--allow-newer=transformers")))
|
`(#:configure-flags (list "--allow-newer=transformers")))
|
||||||
(inputs
|
|
||||||
`(("ghc-transformers" ,ghc-transformers)))
|
|
||||||
(home-page "https://github.com/ekmett/mtl")
|
(home-page "https://github.com/ekmett/mtl")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Monad classes, using functional dependencies")
|
"Monad classes, using functional dependencies")
|
||||||
|
|
Loading…
Reference in a new issue