aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-MonadCatchIO-transformers
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-13 18:08:39 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-13 18:08:39 +0000
commita1faf3045210dba614a7bf16206ef3e21b1cdc2f (patch)
treec998b0baa1b2dcc5f3eceee855494793710e7abe /devel/hs-MonadCatchIO-transformers
parentd071efbea12349903767a9c54dbf5890c382c584 (diff)
downloadports-a1faf3045210dba614a7bf16206ef3e21b1cdc2f.tar.gz
ports-a1faf3045210dba614a7bf16206ef3e21b1cdc2f.zip
Notes
Diffstat (limited to 'devel/hs-MonadCatchIO-transformers')
-rw-r--r--devel/hs-MonadCatchIO-transformers/Makefile22
-rw-r--r--devel/hs-MonadCatchIO-transformers/distinfo2
-rw-r--r--devel/hs-MonadCatchIO-transformers/pkg-descr7
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/hs-MonadCatchIO-transformers/Makefile b/devel/hs-MonadCatchIO-transformers/Makefile
new file mode 100644
index 000000000000..f0b7c38c9157
--- /dev/null
+++ b/devel/hs-MonadCatchIO-transformers/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-MonadCatchIO-transformers
+# Date created: September 19, 2010
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= MonadCatchIO-transformers
+PORTVERSION= 0.2.2.2
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Monad-transformer-compatible version of Control.Exception
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= transformers
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-MonadCatchIO-transformers/distinfo b/devel/hs-MonadCatchIO-transformers/distinfo
new file mode 100644
index 000000000000..b70280255a31
--- /dev/null
+++ b/devel/hs-MonadCatchIO-transformers/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/MonadCatchIO-transformers-0.2.2.2.tar.gz) = 2fc163081ade41b10ee0d8e5813c6450afb36309126074813c8428c997026c20
+SIZE (cabal/MonadCatchIO-transformers-0.2.2.2.tar.gz) = 3089
diff --git a/devel/hs-MonadCatchIO-transformers/pkg-descr b/devel/hs-MonadCatchIO-transformers/pkg-descr
new file mode 100644
index 000000000000..500453cc9c70
--- /dev/null
+++ b/devel/hs-MonadCatchIO-transformers/pkg-descr
@@ -0,0 +1,7 @@
+Provides functions to throw and catch exceptions. Unlike the functions from
+Control.Exception, which work in IO, these work in any stack of monad
+transformers (from the 'transformers' package) with IO as the base monad.
+You can extend this functionality to other monads, by creating an instance
+of the MonadCatchIO class.
+
+WWW: http://hackage.haskell.org/package/MonadCatchIO-transformers