aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-void
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-14 11:19:17 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-14 11:19:17 +0000
commit0f2ca91627f548e5e051c107038f2fbad13ba942 (patch)
treec1468c18800e4a5e41e87611f448c17ec249b722 /devel/hs-void
parent8fe8aff5f7a420e0d73a02cf8c89ec6e3d09a47a (diff)
downloadports-0f2ca91627f548e5e051c107038f2fbad13ba942.tar.gz
ports-0f2ca91627f548e5e051c107038f2fbad13ba942.zip
A Haskell 98 logically uninhabited data type. Used to indicate that a
given term should not exist. WWW: http://github.com/ekmett/void Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=279686
Diffstat (limited to 'devel/hs-void')
-rw-r--r--devel/hs-void/Makefile20
-rw-r--r--devel/hs-void/distinfo2
-rw-r--r--devel/hs-void/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/hs-void/Makefile b/devel/hs-void/Makefile
new file mode 100644
index 000000000000..5bc6a90c1795
--- /dev/null
+++ b/devel/hs-void/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-void
+# Date created: July 16, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= void
+PORTVERSION= 0.5.4.3
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A Haskell 98 logically uninhabited data type
+
+LICENSE= BSD
+
+USE_CABAL= semigroups>=0.7.1
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-void/distinfo b/devel/hs-void/distinfo
new file mode 100644
index 000000000000..bb4f00f3a08c
--- /dev/null
+++ b/devel/hs-void/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/void-0.5.4.3.tar.gz) = b0d37aee2900fc9e17c50f3925f1248e66a4db8682a890874ed66d14569ff314
+SIZE (cabal/void-0.5.4.3.tar.gz) = 2055
diff --git a/devel/hs-void/pkg-descr b/devel/hs-void/pkg-descr
new file mode 100644
index 000000000000..ce75993aa13b
--- /dev/null
+++ b/devel/hs-void/pkg-descr
@@ -0,0 +1,4 @@
+A Haskell 98 logically uninhabited data type. Used to indicate that a
+given term should not exist.
+
+WWW: http://github.com/ekmett/void