aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-19 00:46:00 +0800
committerpgj <pgj@FreeBSD.org>2012-02-19 00:46:00 +0800
commit7ed695f985f35d3d26b1afdde3d247b1fa9e5f8e (patch)
treee0e1a0b21f2da0d1a69a77278965274b3857c955 /devel
parent30c725b16570ac527d12a6cd683fa19f483b2661 (diff)
downloadfreebsd-ports-gnome-7ed695f985f35d3d26b1afdde3d247b1fa9e5f8e.tar.gz
freebsd-ports-gnome-7ed695f985f35d3d26b1afdde3d247b1fa9e5f8e.tar.zst
freebsd-ports-gnome-7ed695f985f35d3d26b1afdde3d247b1fa9e5f8e.zip
Monad transformer for attempt.
WWW: http://github.com/snoyberg/control-monad-attempt Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hs-control-monad-attempt/Makefile20
-rw-r--r--devel/hs-control-monad-attempt/distinfo2
-rw-r--r--devel/hs-control-monad-attempt/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c73b258eacef..1449b923e421 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -605,6 +605,7 @@
SUBDIR += hs-checkers
SUBDIR += hs-cmdargs
SUBDIR += hs-configurator
+ SUBDIR += hs-control-monad-attempt
SUBDIR += hs-convertible
SUBDIR += hs-cpphs
SUBDIR += hs-darcs
diff --git a/devel/hs-control-monad-attempt/Makefile b/devel/hs-control-monad-attempt/Makefile
new file mode 100644
index 000000000000..4b897eab6020
--- /dev/null
+++ b/devel/hs-control-monad-attempt/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-control-monad-attempt
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= control-monad-attempt
+PORTVERSION= 0.3.0.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Monad transformer for attempt
+
+LICENSE= BSD
+
+USE_CABAL= attempt>=0.3.0 transformers>=0.1
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-control-monad-attempt/distinfo b/devel/hs-control-monad-attempt/distinfo
new file mode 100644
index 000000000000..7dca94cbdb42
--- /dev/null
+++ b/devel/hs-control-monad-attempt/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/control-monad-attempt-0.3.0.1.tar.gz) = bac8217c9980bccfce3381ea6a28eb0e117d9aaf99f2cc3c2e5ffad5f6111690
+SIZE (cabal/control-monad-attempt-0.3.0.1.tar.gz) = 2523
diff --git a/devel/hs-control-monad-attempt/pkg-descr b/devel/hs-control-monad-attempt/pkg-descr
new file mode 100644
index 000000000000..ed454f4697d0
--- /dev/null
+++ b/devel/hs-control-monad-attempt/pkg-descr
@@ -0,0 +1,3 @@
+Monad transformer for attempt.
+
+WWW: http://github.com/snoyberg/control-monad-attempt