diff options
author | pho <pho@pkgsrc.org> | 2019-12-31 18:51:27 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2019-12-31 18:51:27 +0000 |
commit | a84bec938a01b9bc7039a47305d671712a211f62 (patch) | |
tree | 64af8a166e4339c8710558fafeb98dc860543195 /textproc/hs-attoparsec | |
parent | 99c895d28c48ce01c9592db8f09137b4c993b95c (diff) | |
download | pkgsrc-a84bec938a01b9bc7039a47305d671712a211f62.tar.gz |
Remove dependency on devel/hs-transformers
Diffstat (limited to 'textproc/hs-attoparsec')
-rw-r--r-- | textproc/hs-attoparsec/Makefile | 4 | ||||
-rw-r--r-- | textproc/hs-attoparsec/buildlink3.mk | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/hs-attoparsec/Makefile b/textproc/hs-attoparsec/Makefile index dde9c79a45a..c08c51cc092 100644 --- a/textproc/hs-attoparsec/Makefile +++ b/textproc/hs-attoparsec/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2019/12/31 17:33:18 pho Exp $ +# $NetBSD: Makefile,v 1.12 2019/12/31 19:00:39 pho Exp $ DISTNAME= attoparsec-0.13.2.3 +PKGREVISION= 1 CATEGORIES= textproc MAINTAINER= pho@cielonegro.org @@ -12,5 +13,4 @@ LICENSE= modified-bsd .include "../../math/hs-semigroups/buildlink3.mk" .include "../../math/hs-scientific/buildlink3.mk" .include "../../devel/hs-text/buildlink3.mk" -.include "../../devel/hs-transformers/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/hs-attoparsec/buildlink3.mk b/textproc/hs-attoparsec/buildlink3.mk index 95165f0c868..713e52fad73 100644 --- a/textproc/hs-attoparsec/buildlink3.mk +++ b/textproc/hs-attoparsec/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2019/12/31 17:33:18 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2019/12/31 19:00:39 pho Exp $ BUILDLINK_TREE+= hs-attoparsec @@ -13,7 +13,6 @@ BUILDLINK_PKGSRCDIR.hs-attoparsec?= ../../textproc/hs-attoparsec .include "../../math/hs-semigroups/buildlink3.mk" .include "../../math/hs-scientific/buildlink3.mk" .include "../../devel/hs-text/buildlink3.mk" -.include "../../devel/hs-transformers/buildlink3.mk" .endif # HS_ATTOPARSEC_BUILDLINK3_MK BUILDLINK_TREE+= -hs-attoparsec |