Remove hs-mmorph, imported to pkgsrc/devel.
Remove hs-polyparse, imported to pkgsrc/textproc.
This commit is contained in:
parent
9fca788909
commit
2b0aea7b65
17 changed files with 13 additions and 195 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.5778 2014/05/28 22:05:59 szptvlfn Exp $
|
||||
# $Id: Makefile,v 1.5779 2014/05/29 22:11:19 szptvlfn Exp $
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
||||
|
@ -1072,7 +1072,6 @@ SUBDIR+= hs-midi
|
|||
SUBDIR+= hs-mime
|
||||
SUBDIR+= hs-mmap
|
||||
SUBDIR+= hs-mmap4
|
||||
SUBDIR+= hs-mmorph
|
||||
SUBDIR+= hs-monad-control
|
||||
SUBDIR+= hs-monad-peel
|
||||
SUBDIR+= hs-monads-fd
|
||||
|
@ -1095,7 +1094,6 @@ SUBDIR+= hs-pcre-light
|
|||
SUBDIR+= hs-pointed
|
||||
SUBDIR+= hs-pointedlist
|
||||
SUBDIR+= hs-pointedlist03
|
||||
SUBDIR+= hs-polyparse
|
||||
SUBDIR+= hs-profunctors
|
||||
SUBDIR+= hs-punycode
|
||||
SUBDIR+= hs-pureMD5
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2014/05/18 21:33:26 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2014/05/29 22:11:19 szptvlfn Exp $
|
||||
|
||||
DISTNAME= conduit-1.0.9.3
|
||||
CATEGORIES= devel
|
||||
|
@ -9,7 +9,7 @@ LICENSE= mit
|
|||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../wip/hs-lifted-base/buildlink3.mk"
|
||||
.include "../../wip/hs-mmorph/buildlink3.mk"
|
||||
.include "../../devel/hs-mmorph/buildlink3.mk"
|
||||
.include "../../wip/hs-monad-control/buildlink3.mk"
|
||||
.include "../../devel/hs-mtl/buildlink3.mk"
|
||||
.include "../../wip/hs-resourcet/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.6 2014/05/18 21:33:26 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.7 2014/05/29 22:11:20 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-conduit
|
||||
|
||||
|
@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-conduit+= hs-conduit>=1.0.9
|
|||
BUILDLINK_PKGSRCDIR.hs-conduit?= ../../wip/hs-conduit
|
||||
|
||||
.include "../../wip/hs-lifted-base/buildlink3.mk"
|
||||
.include "../../wip/hs-mmorph/buildlink3.mk"
|
||||
.include "../../devel/hs-mmorph/buildlink3.mk"
|
||||
.include "../../wip/hs-monad-control/buildlink3.mk"
|
||||
.include "../../devel/hs-mtl/buildlink3.mk"
|
||||
.include "../../wip/hs-resourcet/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2014/03/16 12:21:07 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2014/05/29 22:11:20 szptvlfn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cpphs-1.18.3
|
||||
|
@ -9,5 +9,5 @@ COMMENT= Re-implementation of cpp in Haskell
|
|||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../wip/hs-polyparse/buildlink3.mk"
|
||||
.include "../../textproc/hs-polyparse/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.11 2014/03/16 12:21:08 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.12 2014/05/29 22:11:20 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-cpphs
|
||||
|
||||
|
@ -8,7 +8,7 @@ HS_CPPHS_BUILDLINK3_MK:=
|
|||
BUILDLINK_API_DEPENDS.hs-cpphs+= hs-cpphs>=1.18.3
|
||||
BUILDLINK_PKGSRCDIR.hs-cpphs?= ../../wip/hs-cpphs
|
||||
|
||||
.include "../../wip/hs-polyparse/buildlink3.mk"
|
||||
.include "../../textproc/hs-polyparse/buildlink3.mk"
|
||||
.endif # HS_CPPHS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -hs-cpphs
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
This library provides monad morphism utilities, most commonly used for
|
||||
manipulating monad transformer stacks.
|
|
@ -1,12 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/05/23 21:46:05 szptvlfn Exp $
|
||||
|
||||
DISTNAME= mmorph-1.0.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= szptvlfn@NetBSD.org
|
||||
COMMENT= Monad morphisms
|
||||
LICENSE= modified-bsd
|
||||
|
||||
.include "../../mk/haskell.mk"
|
||||
.include "../../devel/hs-transformers/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,22 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2014/05/23 21:46:05 szptvlfn Exp $
|
||||
lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Morph.hi
|
||||
lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Trans/Compose.hi
|
||||
lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/HSmmorph-${PKGVERSION}.o
|
||||
lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/libHSmmorph-${PKGVERSION}.a
|
||||
lib/mmorph-${PKGVERSION}/${HASKELL_VERSION}/package-description
|
||||
share/doc/mmorph-${PKGVERSION}/LICENSE
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/Control-Monad-Morph.html
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/Control-Monad-Trans-Compose.html
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/doc-index.html
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/frames.html
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/haddock-util.js
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/hslogo-16.png
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/index-frames.html
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/index.html
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/mini_Control-Monad-Morph.html
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/mini_Control-Monad-Trans-Compose.html
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/minus.gif
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/mmorph.haddock
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/ocean.css
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/plus.gif
|
||||
${PLIST.doc}share/doc/mmorph-${PKGVERSION}/html/synopsis.png
|
|
@ -1,14 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.5 2014/05/23 21:46:05 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-mmorph
|
||||
|
||||
.if !defined(HS_MMORPH_BUILDLINK3_MK)
|
||||
HS_MMORPH_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-mmorph+= hs-mmorph>=1.0.3
|
||||
BUILDLINK_PKGSRCDIR.hs-mmorph?= ../../wip/hs-mmorph
|
||||
|
||||
.include "../../devel/hs-transformers/buildlink3.mk"
|
||||
.endif # HS_MMORPH_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -hs-mmorph
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.4 2014/05/23 21:46:05 szptvlfn Exp $
|
||||
|
||||
SHA1 (mmorph-1.0.3.tar.gz) = a272bf8b6b9dc21fdfd740ba26e42ed984a10d6e
|
||||
RMD160 (mmorph-1.0.3.tar.gz) = 285ab3c5671c8ad1397160d7a85ff6607fe2482f
|
||||
Size (mmorph-1.0.3.tar.gz) = 6023 bytes
|
|
@ -1,5 +0,0 @@
|
|||
A variety of alternative parser combinator libraries, including the
|
||||
original HuttonMeijer set. The Poly sets have features like good error
|
||||
reporting, arbitrary token type, running state, lazy parsing, and so on.
|
||||
Finally, Text.Parse is a proposed replacement for the standard Read class,
|
||||
for better deserialisation of Haskell values from Strings.
|
|
@ -1,12 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2014/05/18 21:33:29 szptvlfn Exp $
|
||||
|
||||
DISTNAME= polyparse-1.9
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= szptvlfn@NetBSD.org
|
||||
COMMENT= Variety of alternative parser combinator libraries
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../devel/hs-text/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,89 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2014/04/16 22:16:27 szptvlfn Exp $
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/HSpolyparse-${PKGVERSION}.o
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse/ByteString.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse/ByteString.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijer.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijer.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijerWallace.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijerWallace.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Base.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Base.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteString.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteString.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteStringChar.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteStringChar.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lazy.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lazy.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lex.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lex.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Parser.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Parser.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Plain.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Plain.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Result.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Result.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/State.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/State.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateLazy.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateLazy.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateParser.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateParser.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateText.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateText.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Text.hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Text.p_hi
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/libHSpolyparse-${PKGVERSION}.a
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/libHSpolyparse-${PKGVERSION}_p.a
|
||||
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/package-description
|
||||
share/doc/polyparse-${PKGVERSION}/COPYRIGHT
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-Parse-ByteString.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-Parse.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-HuttonMeijer.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-HuttonMeijerWallace.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Base.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-ByteString.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-ByteStringChar.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Lazy.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Lex.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Parser.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Plain.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Result.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-State.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateLazy.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateParser.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateText.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Text.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/doc-index.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/frames.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/haddock-util.js
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/hslogo-16.png
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/index-frames.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/index.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-Parse-ByteString.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-Parse.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-HuttonMeijer.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-HuttonMeijerWallace.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Base.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-ByteString.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-ByteStringChar.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Lazy.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Lex.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Parser.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Plain.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Result.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-State.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateLazy.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateParser.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateText.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Text.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly.html
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/minus.gif
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/ocean.css
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/plus.gif
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/polyparse.haddock
|
||||
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/synopsis.png
|
|
@ -1,14 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2014/05/18 21:33:29 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-polyparse
|
||||
|
||||
.if !defined(HS_POLYPARSE_BUILDLINK3_MK)
|
||||
HS_POLYPARSE_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-polyparse+= hs-polyparse>=1.9
|
||||
BUILDLINK_PKGSRCDIR.hs-polyparse?= ../../wip/hs-polyparse
|
||||
|
||||
.include "../../devel/hs-text/buildlink3.mk"
|
||||
.endif # HS_POLYPARSE_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -hs-polyparse
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/03/16 12:16:14 szptvlfn Exp $
|
||||
|
||||
SHA1 (polyparse-1.9.tar.gz) = 3eaa42c1f9edbc3802318d463484f9fcbc8c5012
|
||||
RMD160 (polyparse-1.9.tar.gz) = 07be0c999d94f1f5d914528b40fb3a601788141b
|
||||
Size (polyparse-1.9.tar.gz) = 22256 bytes
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/05/16 20:47:11 szptvlfn Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/05/29 22:11:20 szptvlfn Exp $
|
||||
|
||||
DISTNAME= resourcet-0.4.10
|
||||
CATEGORIES= devel
|
||||
|
@ -10,7 +10,7 @@ LICENSE= modified-bsd
|
|||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../wip/hs-lifted-base/buildlink3.mk"
|
||||
.include "../../wip/hs-mmorph/buildlink3.mk"
|
||||
.include "../../devel/hs-mmorph/buildlink3.mk"
|
||||
.include "../../wip/hs-monad-control/buildlink3.mk"
|
||||
.include "../../devel/hs-mtl/buildlink3.mk"
|
||||
.include "../../devel/hs-transformers/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.5 2014/05/16 20:47:11 szptvlfn Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.6 2014/05/29 22:11:20 szptvlfn Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-resourcet
|
||||
|
||||
|
@ -9,7 +9,7 @@ BUILDLINK_API_DEPENDS.hs-resourcet+= hs-resourcet>=0.4.10
|
|||
BUILDLINK_PKGSRCDIR.hs-resourcet?= ../../wip/hs-resourcet
|
||||
|
||||
.include "../../wip/hs-lifted-base/buildlink3.mk"
|
||||
.include "../../wip/hs-mmorph/buildlink3.mk"
|
||||
.include "../../devel/hs-mmorph/buildlink3.mk"
|
||||
.include "../../wip/hs-monad-control/buildlink3.mk"
|
||||
.include "../../devel/hs-mtl/buildlink3.mk"
|
||||
.include "../../devel/hs-transformers/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue