aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 02:31:13 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 02:31:13 +0000
commit7a938b802cc79b78464e84e3444111391237263a (patch)
treeef783dc4bc66117ffe1fcd03619d1b4cd71d7dda /math
parent111c9a36b52f236c95d0252903fbe5817199732d (diff)
downloadports-7a938b802cc79b78464e84e3444111391237263a.tar.gz
ports-7a938b802cc79b78464e84e3444111391237263a.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/hs-NumInstances/Makefile20
-rw-r--r--math/hs-NumInstances/distinfo2
-rw-r--r--math/hs-NumInstances/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile
new file mode 100644
index 000000000000..e0086e27c196
--- /dev/null
+++ b/math/hs-NumInstances/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-NumInstances
+# Date created: September 24, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= NumInstances
+PORTVERSION= 1.0
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Instances of numeric classes for functions and tuples
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/math/hs-NumInstances/distinfo b/math/hs-NumInstances/distinfo
new file mode 100644
index 000000000000..eeddcb7b2867
--- /dev/null
+++ b/math/hs-NumInstances/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/NumInstances-1.0.tar.gz) = dea19248d921dcb90c28d0ebeddbc2c76840bc2545762c1442aea8caa91eafba
+SIZE (cabal/NumInstances-1.0.tar.gz) = 2695
diff --git a/math/hs-NumInstances/pkg-descr b/math/hs-NumInstances/pkg-descr
new file mode 100644
index 000000000000..3716aa497416
--- /dev/null
+++ b/math/hs-NumInstances/pkg-descr
@@ -0,0 +1,3 @@
+Instances of numeric classes for functions and tuples.
+
+WWW: http://hackage.haskell.org/package/NumInstances