head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.8 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.6 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.4 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.2 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2023.01.24.18.39.35; author pho; state dead; branches; next 1.2; commitid BNRecImRWHTGdPaE; 1.2 date 2022.02.11.09.24.09; author pho; state Exp; branches; next 1.1; commitid oGaknHfp8JtGibsD; 1.1 date 2021.04.24.17.07.42; author pho; state Exp; branches; next ; commitid 4Od7pkNUZyhDhzQC; desc @@ 1.3 log @textproc/hs-polyparse: Fix build with GHC 9.4 @ text @$NetBSD: patch-polyparse.cabal,v 1.2 2022/02/11 09:24:09 pho Exp $ Fix build with GHC 9. --- polyparse.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ polyparse.cabal @@@@ -47,7 +47,7 @@@@ source-repository this library hs-source-dirs: src - build-depends: base >= 4.3.1.0 && < 4.14 + build-depends: base >= 4.3.1.0 && < 5 if !impl(ghc >= 8.0) build-depends: fail == 4.9.* @@@@ -67,7 +67,7 @@@@ library Text.ParserCombinators.Poly.Lex, Text.Parse if impl(ghc) - build-depends: bytestring >= 0.9.1.0 && < 0.11 + build-depends: bytestring >= 0.9.1.0 && < 0.12 build-depends: text >= 1.2.3.0 && <1.3 exposed-modules: Text.ParserCombinators.Poly.ByteString @ 1.2 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD: patch-polyparse.cabal,v 1.1 2021/04/24 17:07:42 pho Exp $ @ 1.1 log @Fix build with GHC 9 @ text @d1 1 a1 1 $NetBSD$ d16 9 @