[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/153: gnu: Add ghc-mmorph.
From: |
Paul |
Subject: |
51/153: gnu: Add ghc-mmorph. |
Date: |
Wed, 21 Oct 2015 16:07:23 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit a321f0d4edee4087dacf2bc84b824e312b496134
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:16:45 2015 +0200
gnu: Add ghc-mmorph.
* gnu/packages/haskell.scm (ghc-mmorph): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f48d6c9..bc0c6ca 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1873,6 +1873,29 @@ different keys; hence the name. Also provided is a
@code{locker} type,
representing a store for a single element.")
(license bsd-3)))
+(define-public ghc-mmorph
+ (package
+ (name "ghc-mmorph")
+ (version "1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/mmorph/mmorph-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0k5zlzmnixfwcjrqvhgi3i6xg532b0gsjvc39v5jigw69idndqr2"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://hackage.haskell.org/package/mmorph")
+ (synopsis "Monad morphisms")
+ (description
+ "This library provides monad morphism utilities, most commonly used for
+manipulating monad transformer stacks.")
+ (license bsd-3)))
+
(define-public ghc-async
(package
(name "ghc-async")
- 41/153: gnu: Add ghc-quickcheck-unicode., (continued)
- 41/153: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/21
- 62/153: gnu: Add ghc-tagged., Paul, 2015/10/21
- 18/153: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/21
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/21
- 37/153: gnu: Add ghc-generic-deriving., Paul, 2015/10/21
- 30/153: gnu: Add ghc-hspec-core., Paul, 2015/10/21
- 35/153: gnu: Add ghc-appar., Paul, 2015/10/21
- 45/153: gnu: Add ghc-base64-bytestring., Paul, 2015/10/21
- 44/153: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/21
- 32/153: gnu: Add hspec-discover., Paul, 2015/10/21
- 51/153: gnu: Add ghc-mmorph.,
Paul <=
- 61/153: gnu: Add ghc-auto-update., Paul, 2015/10/21
- 47/153: gnu: Add ghc-fingertree., Paul, 2015/10/21
- 59/153: gnu: Add ghc-blaze-html., Paul, 2015/10/21
- 06/153: gnu: Add ghc-old-time., Paul, 2015/10/21
- 53/153: gnu: Add ghc-monad-control., Paul, 2015/10/21
- 05/153: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/21
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/21
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/21
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/21
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/21