mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: ghc-mmorph: Update to 1.0.6.
* gnu/packages/haskell.scm (ghc-mmorph): Update to 1.0.6. [inputs]: Add ghc-mtl and ghc-transformers-compat.
This commit is contained in:
parent
a7c0b95a5b
commit
aebb8db289
1 changed files with 6 additions and 4 deletions
|
@ -3626,7 +3626,7 @@ (define-public ghc-edisoncore
|
||||||
(define-public ghc-mmorph
|
(define-public ghc-mmorph
|
||||||
(package
|
(package
|
||||||
(name "ghc-mmorph")
|
(name "ghc-mmorph")
|
||||||
(version "1.0.4")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3636,10 +3636,12 @@ (define-public ghc-mmorph
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k5zlzmnixfwcjrqvhgi3i6xg532b0gsjvc39v5jigw69idndqr2"))))
|
"1i8dzrc5qi3ryc9vrrmpn3sihmramsbhhd592w4w2k5g26qr3hql"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page
|
(inputs
|
||||||
"https://hackage.haskell.org/package/mmorph")
|
`(("ghc-mtl" ,ghc-mtl)
|
||||||
|
("ghc-transformers-compat" ,ghc-transformers-compat)))
|
||||||
|
(home-page "https://hackage.haskell.org/package/mmorph")
|
||||||
(synopsis "Monad morphisms")
|
(synopsis "Monad morphisms")
|
||||||
(description
|
(description
|
||||||
"This library provides monad morphism utilities, most commonly used for
|
"This library provides monad morphism utilities, most commonly used for
|
||||||
|
|
Loading…
Reference in a new issue