Remove textproc/hs-parsec
Parsec is now part of GHC.
This commit is contained in:
parent
5dfc8903e1
commit
fc5914a9b3
4 changed files with 0 additions and 44 deletions
|
@ -1,5 +0,0 @@
|
|||
Parsec is designed from scratch as an industrial-strength parser library. It is
|
||||
simple, safe, well documented (on the package homepage), has extensive
|
||||
libraries, good error messages, and is fast. It is defined as a monad
|
||||
transformer that can be stacked on arbitrary monads, and it is also parametric
|
||||
in the input stream type.
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.13 2020/01/02 14:49:43 pho Exp $
|
||||
|
||||
DISTNAME= parsec-3.1.14.0
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
COMMENT= Monadic parser combinators
|
||||
LICENSE= modified-bsd
|
||||
|
||||
.include "../../mk/haskell.mk"
|
||||
.include "../../devel/hs-mtl/buildlink3.mk"
|
||||
.include "../../devel/hs-text/buildlink3.mk"
|
||||
.include "../../devel/hs-fail/buildlink3.mk"
|
||||
.include "../../math/hs-semigroups/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.13 2020/01/02 14:49:43 pho Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-parsec
|
||||
|
||||
.if !defined(HS_PARSEC_BUILDLINK3_MK)
|
||||
HS_PARSEC_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-parsec+= hs-parsec>=3.1.14
|
||||
BUILDLINK_ABI_DEPENDS.hs-parsec+= hs-parsec>=3.1.14.0
|
||||
BUILDLINK_PKGSRCDIR.hs-parsec?= ../../textproc/hs-parsec
|
||||
|
||||
.include "../../devel/hs-mtl/buildlink3.mk"
|
||||
.include "../../devel/hs-text/buildlink3.mk"
|
||||
.include "../../devel/hs-fail/buildlink3.mk"
|
||||
.include "../../math/hs-semigroups/buildlink3.mk"
|
||||
.endif # HS_PARSEC_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -hs-parsec
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.6 2020/01/02 14:49:43 pho Exp $
|
||||
|
||||
SHA1 (parsec-3.1.14.0.tar.gz) = 373910b997620643be160bf89b03162ca2d8595e
|
||||
RMD160 (parsec-3.1.14.0.tar.gz) = f7d73b170914498ba47502ae1950bcccd8605600
|
||||
SHA512 (parsec-3.1.14.0.tar.gz) = db14f77a2d36da5e540be35f0facb7fa61f2c46057b98039bdf16c06fe9865d5ee47e3523a312201665ca133f3f93855b42f0d0a920b8e233ffc8274075c56d3
|
||||
Size (parsec-3.1.14.0.tar.gz) = 35688 bytes
|
Loading…
Reference in a new issue