summaryrefslogtreecommitdiffstats
path: root/math/hs-comonads-fd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hs-comonads-fd/Makefile')
-rw-r--r--math/hs-comonads-fd/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/hs-comonads-fd/Makefile b/math/hs-comonads-fd/Makefile
new file mode 100644
index 0000000..060347d
--- /dev/null
+++ b/math/hs-comonads-fd/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= comonads-fd
+PORTVERSION= 3.0.1
+CATEGORIES= math haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Comonad transformers using functional dependencies
+
+LICENSE= BSD
+
+USE_CABAL= comonad>=3.0 comonad-transformers>=3.0 mtl>=2.0 \
+ semigroups>=0.8.3.1 transformers>=0.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud