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.03.52.24; author pho; state dead; branches; next 1.2; commitid GURrNvrUbdrlhSaE; 1.2 date 2022.02.11.11.53.57; author pho; state Exp; branches; next 1.1; commitid yyjWldAzvuw48csD; 1.1 date 2021.04.24.14.38.12; author pho; state Exp; branches; next ; commitid USh86HVph4tlsyQC; desc @@ 1.3 log @textproc/hs-HsYAML: Update to 0.2.1.1 0.2.1.1 - 2022-05-11 * Compatibility with mtl-2.3 * Tested with GHC 7.4 - 9.2 @ text @$NetBSD: patch-HsYAML.cabal,v 1.2 2022/02/11 11:53:57 pho Exp $ Fix build with GHC 9.2 --- HsYAML.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ HsYAML.cabal @@@@ -77,8 +77,8 @@@@ library Trustworthy TypeSynonymInstances - build-depends: base >=4.5 && <4.14 - , bytestring >=0.9 && <0.11 + build-depends: base >=4.5 && <5 + , bytestring >=0.9 && <0.12 , containers >=0.4.2 && <0.7 , deepseq >=1.3.0 && <1.5 , text >=1.2.3 && <1.3 @ 1.2 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD: patch-HsYAML.cabal,v 1.1 2021/04/24 14:38:12 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 @@@@ -77,7 +77,7 @@@@ library d12 1 d14 1 a14 1 , bytestring >=0.9 && <0.11 d17 1 @