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.26.09.33.08; author pho; state dead; branches; next 1.1; commitid r9rTOXAlmEmf82bE; 1.1 date 2022.02.11.13.36.25; author pho; state Exp; branches; next ; commitid ydHiul9hK25eHcsD; desc @@ 1.2 log @devel/hs-errors: Fix build with GHC 9.4 @ text @$NetBSD: patch-errors.cabal,v 1.1 2022/02/11 13:36:25 pho Exp $ Fix build with transformers-compat-0.7 --- errors.cabal.orig 2018-05-11 16:13:45.000000000 +0000 +++ errors.cabal @@@@ -28,7 +28,7 @@@@ Library exceptions >= 0.6 && < 0.11, text < 1.3 , transformers >= 0.2 && < 0.6 , - transformers-compat >= 0.4 && < 0.7 + transformers-compat >= 0.4 && < 0.8 if impl(ghc <= 7.6.3) Build-Depends: safe >= 0.3.3 && < 0.3.10 @ 1.1 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD$ @