pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hs-polyparse Update to polyparse-1.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce5dc19f2c5f
branches:  trunk
changeset: 346602:ce5dc19f2c5f
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 02 03:21:09 2020 +0000

description:
Update to polyparse-1.13

1.13
* GHC-8.8 compatibility
* PolyParse has MonadFail as a superclass.

1.12.1
* GHC-8.6 compatibility
  * MonadFail instances

diffstat:

 textproc/hs-polyparse/Makefile      |   6 +-
 textproc/hs-polyparse/PLIST         |  70 -------------------------------------
 textproc/hs-polyparse/buildlink3.mk |   7 ++-
 textproc/hs-polyparse/distinfo      |  10 ++--
 4 files changed, 12 insertions(+), 81 deletions(-)

diffs (131 lines):

diff -r 23396719f8cf -r ce5dc19f2c5f textproc/hs-polyparse/Makefile
--- a/textproc/hs-polyparse/Makefile    Thu Jan 02 03:07:01 2020 +0000
+++ b/textproc/hs-polyparse/Makefile    Thu Jan 02 03:21:09 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2016/01/10 11:49:11 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/02 03:21:09 pho Exp $
 
-DISTNAME=      polyparse-1.11
-PKGREVISION=   1
+DISTNAME=      polyparse-1.13
 CATEGORIES=    textproc
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost
@@ -9,5 +8,6 @@
 LICENSE=       gnu-lgpl-v2.1
 
 .include "../../mk/haskell.mk"
+.include "../../devel/hs-fail/buildlink3.mk"
 .include "../../devel/hs-text/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 23396719f8cf -r ce5dc19f2c5f textproc/hs-polyparse/PLIST
--- a/textproc/hs-polyparse/PLIST       Thu Jan 02 03:07:01 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/29 22:08:37 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/ByteString.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijer.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijerWallace.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Base.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteString.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteStringChar.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lazy.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lex.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Parser.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Plain.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Result.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/State.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateLazy.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateParser.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateText.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Text.hi
-lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/libHSpolyparse-${PKGVERSION}.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
diff -r 23396719f8cf -r ce5dc19f2c5f textproc/hs-polyparse/buildlink3.mk
--- a/textproc/hs-polyparse/buildlink3.mk       Thu Jan 02 03:07:01 2020 +0000
+++ b/textproc/hs-polyparse/buildlink3.mk       Thu Jan 02 03:21:09 2020 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: buildlink3.mk,v 1.8 2016/01/10 11:49:11 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2020/01/02 03:21:09 pho Exp $
 
 BUILDLINK_TREE+=       hs-polyparse
 
 .if !defined(HS_POLYPARSE_BUILDLINK3_MK)
 HS_POLYPARSE_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-polyparse+=   hs-polyparse>=1.11
-BUILDLINK_ABI_DEPENDS.hs-polyparse+=   hs-polyparse>=1.11nb1
+BUILDLINK_API_DEPENDS.hs-polyparse+=   hs-polyparse>=1.13
+BUILDLINK_ABI_DEPENDS.hs-polyparse+=   hs-polyparse>=1.13
 BUILDLINK_PKGSRCDIR.hs-polyparse?=     ../../textproc/hs-polyparse
 
+.include "../../devel/hs-fail/buildlink3.mk"
 .include "../../devel/hs-text/buildlink3.mk"
 .endif # HS_POLYPARSE_BUILDLINK3_MK
 
diff -r 23396719f8cf -r ce5dc19f2c5f textproc/hs-polyparse/distinfo
--- a/textproc/hs-polyparse/distinfo    Thu Jan 02 03:07:01 2020 +0000
+++ b/textproc/hs-polyparse/distinfo    Thu Jan 02 03:21:09 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:59:31 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/01/02 03:21:09 pho Exp $
 
-SHA1 (polyparse-1.11.tar.gz) = c8f7568552a34708518e936deee2bc127d92adeb
-RMD160 (polyparse-1.11.tar.gz) = 411758cdc183e2c8d69206d28155c2abda6f3797
-SHA512 (polyparse-1.11.tar.gz) = b2cecc633596caaa2b8a00ceb16f141cd69de9ec697ce53cd827a17c82cac70ffaf10bc1d8669156ed4d28589b11ac56820b5c02905c8a6bdcae65112126fa5e
-Size (polyparse-1.11.tar.gz) = 22978 bytes
+SHA1 (polyparse-1.13.tar.gz) = 14fdc1d9b7e30605ab0ec25559ccad29118744fa
+RMD160 (polyparse-1.13.tar.gz) = 2d69cf98cfc034414b0feeb9f92061aeb47ffc9f
+SHA512 (polyparse-1.13.tar.gz) = 3b66a73f97d6b5b6628193f87cae1ae1a68d63df0058532b2ac9a62af82dabe28e15fe1464075a2f436e70a7d20b57e72fdd7831f8b11035ff8117becb08d18e
+Size (polyparse-1.13.tar.gz) = 33144 bytes



Home | Main Index | Thread Index | Old Index