summaryrefslogtreecommitdiff
path: root/math/hs-invariant/Makefile
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2022-02-16 09:58:34 +0000
committerpho <pho@pkgsrc.org>2022-02-16 09:58:34 +0000
commit9e5d94fff2080aad5818fb3bea8ccbd56ec6c644 (patch)
tree931f439def62731572c6f20c0fa11539ecb13a19 /math/hs-invariant/Makefile
parentaa0127f5549b1c16e7fdd28679ce61d4d84bfe88 (diff)
downloadpkgsrc-9e5d94fff2080aad5818fb3bea8ccbd56ec6c644.tar.gz
math/hs-invariant: import hs-invariant-0.5.5
Haskell98 invariant functors (also known as exponential functors).
Diffstat (limited to 'math/hs-invariant/Makefile')
-rw-r--r--math/hs-invariant/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/hs-invariant/Makefile b/math/hs-invariant/Makefile
new file mode 100644
index 00000000000..1dae295b821
--- /dev/null
+++ b/math/hs-invariant/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/02/16 09:58:34 pho Exp $
+
+DISTNAME= invariant-0.5.5
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Haskell98 invariant functors
+LICENSE= 2-clause-bsd
+
+.include "../../math/hs-bifunctors/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
+.include "../../math/hs-contravariant/buildlink3.mk"
+.include "../../math/hs-profunctors/buildlink3.mk"
+.include "../../devel/hs-StateVar/buildlink3.mk"
+.include "../../devel/hs-tagged/buildlink3.mk"
+.include "../../devel/hs-th-abstraction/buildlink3.mk"
+.include "../../devel/hs-transformers-compat/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"