aboutsummaryrefslogtreecommitdiff
path: root/math/hs-adjunctions
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-adjunctions')
-rw-r--r--math/hs-adjunctions/Makefile17
-rw-r--r--math/hs-adjunctions/distinfo2
-rw-r--r--math/hs-adjunctions/pkg-descr3
3 files changed, 22 insertions, 0 deletions
diff --git a/math/hs-adjunctions/Makefile b/math/hs-adjunctions/Makefile
new file mode 100644
index 000000000000..571e5ddcfa97
--- /dev/null
+++ b/math/hs-adjunctions/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= adjunctions
+PORTVERSION= 4.2.1
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Adjunctions and representable functors
+
+LICENSE= BSD3CLAUSE
+
+USE_CABAL= comonad>=4 contravariant>=1.0 distributive>=0.4 free>=4.0 \
+ mtl>=2.0.1 profunctors>=4 semigroupoids>=4 semigroups>=0.11 \
+ tagged>=0.7 void>=0.5.5.1
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/math/hs-adjunctions/distinfo b/math/hs-adjunctions/distinfo
new file mode 100644
index 000000000000..1f9a02439161
--- /dev/null
+++ b/math/hs-adjunctions/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/adjunctions-4.2.1.tar.gz) = 65a64cd42dcf356c2b44fffc4360f8cbf494702f7574b5a1e57e1864b0f8f46f
+SIZE (cabal/adjunctions-4.2.1.tar.gz) = 14314
diff --git a/math/hs-adjunctions/pkg-descr b/math/hs-adjunctions/pkg-descr
new file mode 100644
index 000000000000..daa2d8b9d7b3
--- /dev/null
+++ b/math/hs-adjunctions/pkg-descr
@@ -0,0 +1,3 @@
+Adjunctions and representable functors.
+
+WWW: http://github.com/ekmett/adjunctions/