[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/154: gnu: Add ghc-monad-control.
From: |
Paul |
Subject: |
53/154: gnu: Add ghc-monad-control. |
Date: |
Thu, 22 Oct 2015 17:23:25 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 7a1d0446de550da74af2ab3143f619a031de1147
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:18:26 2015 +0200
gnu: Add ghc-monad-control.
* gnu/packages/haskell.scm (ghc-monad-control): New variable.
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 935ee44..717eef0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1902,6 +1902,32 @@ representing a store for a single element.")
manipulating monad transformer stacks.")
(license bsd-3)))
+(define-public ghc-monad-control
+ (package
+ (name "ghc-monad-control")
+ (version "1.0.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/monad-control"
+ "/monad-control-" version ".tar.gz"))
+ (sha256
+ (base32
+ "07pn1p4m80wdd7gw62s4yny8rbvm60ka1q8qx5y1plznd8sbg179"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-stm" ,ghc-stm)
+ ("ghc-transformers-base" ,ghc-transformers-base)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)))
+ (home-page "https://github.com/basvandijk/monad-control")
+ (synopsis "Monad transformers to lift control operations like exception
+catching")
+ (description "This package defines the type class @code{MonadBaseControl},
+a subset of @code{MonadBase} into which generic control operations such as
address@hidden can be lifted from @code{IO} or any other base monad.")
+ (license bsd-3)))
+
(define-public ghc-async
(package
(name "ghc-async")
- 46/154: gnu: Add ghc-uniplate., (continued)
- 46/154: gnu: Add ghc-uniplate., Paul, 2015/10/22
- 42/154: gnu: ghc-split: Update dependencies., Paul, 2015/10/22
- 44/154: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/22
- 48/154: gnu: Add ghc-optparse-applicative., Paul, 2015/10/22
- 49/154: gnu: Add ghc-base-orphans., Paul, 2015/10/22
- 39/154: gnu: Add ghc-logict., Paul, 2015/10/22
- 50/154: gnu: Add ghc-vault., Paul, 2015/10/22
- 40/154: gnu: Add ghc-xml., Paul, 2015/10/22
- 51/154: gnu: Add ghc-mmorph., Paul, 2015/10/22
- 47/154: gnu: Add ghc-fingertree., Paul, 2015/10/22
- 53/154: gnu: Add ghc-monad-control.,
Paul <=
- 54/154: gnu: Add ghc-byteorder., Paul, 2015/10/22
- 56/154: gnu: Add ghc-base-compat., Paul, 2015/10/22
- 57/154: gnu: Add ghc-blaze-builder., Paul, 2015/10/22
- 55/154: gnu: Add ghc-easy-file., Paul, 2015/10/22
- 59/154: gnu: Add ghc-blaze-html., Paul, 2015/10/22
- 58/154: gnu: Add ghc-blaze-markup., Paul, 2015/10/22
- 61/154: gnu: Add ghc-auto-update., Paul, 2015/10/22
- 52/154: gnu: Add ghc-transformers-base., Paul, 2015/10/22
- 62/154: gnu: Add ghc-tagged., Paul, 2015/10/22
- 60/154: gnu: Add ghc-doctest., Paul, 2015/10/22