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.25.10.12.44; author pho; state dead; branches; next 1.2; commitid h1j4Ofm6F9dPnUaE; 1.2 date 2022.02.11.13.04.58; author pho; state Exp; branches; next 1.1; commitid Kp2Csh0U8T0rwcsD; 1.1 date 2021.04.24.16.38.04; author pho; state Exp; branches; next ; commitid FiLtAiYJx2Ss7zQC; desc @@ 1.3 log @textproc/hs-regex-pcre: Fix build with GHC 9.4 @ text @$NetBSD: patch-regex-pcre.cabal,v 1.2 2022/02/11 13:04:58 pho Exp $ Fix build with GHC 9.2 --- regex-pcre.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ regex-pcre.cabal @@@@ -54,9 +54,9 @@@@ library FlexibleInstances build-depends: regex-base == 0.94.* - , base >= 4.3 && < 4.14 + , base >= 4.3 && < 5 , containers >= 0.4 && < 0.7 - , bytestring >= 0.9 && < 0.11 + , bytestring >= 0.9 && < 0.12 , array >= 0.3 && < 0.6 if !impl(ghc >= 8) @ 1.2 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD: patch-regex-pcre.cabal,v 1.1 2021/04/24 16:38:04 pho Exp $ @ 1.1 log @Fix build with GHC 9 @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Fix build with GHC 9. d7 1 a7 1 @@@@ -54,7 +54,7 @@@@ library d14 2 a15 1 , bytestring >= 0.9 && < 0.11 d17 2 @