[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/177: gnu: ghc-mmorph: Update to 1.0.6.
From: |
Ricardo Wurmus |
Subject: |
101/177: gnu: ghc-mmorph: Update to 1.0.6. |
Date: |
Tue, 13 Feb 2018 07:38:19 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit aebb8db28929a74f67cf3f2dcf28469c8efe4b0e
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 23:59:04 2018 +0100
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.
---
gnu/packages/haskell.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index dfb7404..839ba1e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3626,7 +3626,7 @@ with various performance characteristics.")
(define-public ghc-mmorph
(package
(name "ghc-mmorph")
- (version "1.0.4")
+ (version "1.0.6")
(source
(origin
(method url-fetch)
@@ -3636,10 +3636,12 @@ with various performance characteristics.")
".tar.gz"))
(sha256
(base32
- "0k5zlzmnixfwcjrqvhgi3i6xg532b0gsjvc39v5jigw69idndqr2"))))
+ "1i8dzrc5qi3ryc9vrrmpn3sihmramsbhhd592w4w2k5g26qr3hql"))))
(build-system haskell-build-system)
- (home-page
- "https://hackage.haskell.org/package/mmorph")
+ (inputs
+ `(("ghc-mtl" ,ghc-mtl)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)))
+ (home-page "https://hackage.haskell.org/package/mmorph")
(synopsis "Monad morphisms")
(description
"This library provides monad morphism utilities, most commonly used for
- 87/177: gnu: Add ghc-hxt.., (continued)
- 87/177: gnu: Add ghc-hxt.., Ricardo Wurmus, 2018/02/13
- 83/177: gnu: ghc-distributive: Update to 0.5.3., Ricardo Wurmus, 2018/02/13
- 90/177: gnu: ghc-comonad: Update to 5., Ricardo Wurmus, 2018/02/13
- 88/177: gnu: ghc-sdl-image: Update to 0.6.1.2., Ricardo Wurmus, 2018/02/13
- 96/177: gnu: ghc-unordered-containers: Update to 0.2.7.1., Ricardo Wurmus, 2018/02/13
- 97/177: gnu: ghc-split: Update to 0.2.3.1., Ricardo Wurmus, 2018/02/13
- 108/177: gnu: ghc-http: Update to 4000.3.3., Ricardo Wurmus, 2018/02/13
- 105/177: gnu: ghc-diff: Update to 0.3.4., Ricardo Wurmus, 2018/02/13
- 100/177: gnu: ghc-vector-binary-instances: Update to 0.2.4., Ricardo Wurmus, 2018/02/13
- 85/177: gnu: Add ghc-hxt-unicode., Ricardo Wurmus, 2018/02/13
- 101/177: gnu: ghc-mmorph: Update to 1.0.6.,
Ricardo Wurmus <=
- 106/177: gnu: ghc-binary: Update to 0.8.5.1., Ricardo Wurmus, 2018/02/13
- 107/177: gnu: ghc-tagged: Update to 0.8.5., Ricardo Wurmus, 2018/02/13
- 112/177: gnu: ghc-mime-types: Update to 0.1.0.7., Ricardo Wurmus, 2018/02/13
- 126/177: gnu: ghc-fail: Disable haddock., Ricardo Wurmus, 2018/02/13
- 131/177: gnu: Add ghc-doctemplates., Ricardo Wurmus, 2018/02/13
- 139/177: gnu: ghc-kan-extensions: Update to 5.0.1., Ricardo Wurmus, 2018/02/13
- 136/177: gnu: ghc-blaze-markup: Update to 0.8.2.0., Ricardo Wurmus, 2018/02/13
- 135/177: gnu: Add ghc-skylighting., Ricardo Wurmus, 2018/02/13
- 159/177: gnu: ghc-hs-bibutils: Update to 6.2.0.1., Ricardo Wurmus, 2018/02/13
- 148/177: gnu: ghc-semigroupoids: Update to 5.1., Ricardo Wurmus, 2018/02/13