head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.8 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.25.03.45.55; author pho; state dead; branches; next 1.1; commitid tOdzql0cOEw7fSaE; 1.1 date 2022.02.11.11.33.22; author pho; state Exp; branches; next ; commitid cfH9WqgEqkW01csD; desc @@ 1.2 log @textproc/hs-blaze-markup: Fix build with GHC 9.4 @ text @$NetBSD: patch-blaze-markup.cabal,v 1.1 2022/02/11 11:33:22 pho Exp $ Fix build with GHC 9.2 --- blaze-markup.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ blaze-markup.cabal @@@@ -39,7 +39,7 @@@@ Library Text.Blaze.Renderer.Utf8 Build-depends: - base >= 4 && < 4.16, + base >= 4 && < 5, blaze-builder >= 0.3 && < 0.5, text >= 0.10 && < 1.3, bytestring >= 0.9 && < 0.12 @@@@ -69,7 +69,7 @@@@ Test-suite blaze-markup-tests tasty-hunit >= 0.10 && < 0.11, tasty-quickcheck >= 0.10 && < 0.11, -- Copied from regular dependencies... - base >= 4 && < 4.16, + base >= 4 && < 5, blaze-builder >= 0.3 && < 0.5, text >= 0.10 && < 1.3, bytestring >= 0.9 && < 0.12 @ 1.1 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD$ @