aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-List
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-List
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'devel/hs-List')
-rw-r--r--devel/hs-List/Makefile17
-rw-r--r--devel/hs-List/distinfo2
-rw-r--r--devel/hs-List/pkg-descr4
3 files changed, 23 insertions, 0 deletions
diff --git a/devel/hs-List/Makefile b/devel/hs-List/Makefile
new file mode 100644
index 000000000000..b350e29fb6e5
--- /dev/null
+++ b/devel/hs-List/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= List
+PORTVERSION= 0.5.1
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= List monad transformer and class
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= transformers>=0.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-List/distinfo b/devel/hs-List/distinfo
new file mode 100644
index 000000000000..3defb9015b04
--- /dev/null
+++ b/devel/hs-List/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/List-0.5.1.tar.gz) = 3778f7695dbd2b75840724a1dea0430801d65242117df3815e6500281155f3c1
+SIZE (cabal/List-0.5.1.tar.gz) = 6234
diff --git a/devel/hs-List/pkg-descr b/devel/hs-List/pkg-descr
new file mode 100644
index 000000000000..eced94de81ee
--- /dev/null
+++ b/devel/hs-List/pkg-descr
@@ -0,0 +1,4 @@
+A List monad transformer and a List class. With standard list operations for
+Lists.
+
+WWW: http://github.com/yairchu/generator/tree