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.26.11.28.33; author pho; state dead; branches; next 1.2; commitid GmIv6zWAIw9QL2bE; 1.2 date 2022.02.12.05.20.01; author pho; state Exp; branches; next 1.1; commitid J8gz2Pl9uztWUhsD; 1.1 date 2021.04.23.08.18.25; author pho; state Exp; branches; next ; commitid SJTIEfZ5d6K2ooQC; desc @@ 1.3 log @devel/hs-these: Fix build with GHC 9.4 @ text @$NetBSD: patch-these.cabal,v 1.2 2022/02/12 05:20:01 pho Exp $ Fix build with GHC 9. --- these.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ these.cabal @@@@ -67,12 +67,12 @@@@ library -- ghc boot libs build-depends: - base >=4.5.1.0 && <4.15 + base >=4.5.1.0 && <5 , binary >=0.5.1.0 && <0.10 , deepseq >=1.3.0.0 && <1.5 -- other dependencies - build-depends: hashable >=1.2.7.0 && <1.4 + build-depends: hashable >=1.2.7.0 && <1.5 if impl(ghc <7.5) build-depends: ghc-prim @ 1.2 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD: patch-these.cabal,v 1.1 2021/04/23 08:18:25 pho Exp $ @ 1.1 log @Import these-1.1.1.1 @ text @d1 1 a1 1 $NetBSD$ d7 1 a7 1 @@@@ -67,7 +67,7 @@@@ library d16 6 @