head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.26.17.53.14; author pho; state dead; branches; next 1.1; commitid oONbkQwu34aOT4bE; 1.1 date 2022.08.20.09.46.04; author wiz; state Exp; branches; next ; commitid tf48rx1mWKsxjBQD; desc @@ 1.2 log @devel/hs-semialign: Fix build with GHC 9.4 @ text @$NetBSD: patch-semialign.cabal,v 1.1 2022/08/20 09:46:04 wiz Exp $ Allow build with hs-vector 0.14. --- semialign.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ semialign.cabal @@@@ -80,7 +80,7 @@@@ library , indexed-traversable-instances >=0.1 && <0.2 , tagged >=0.8.6 && <0.9 , unordered-containers >=0.2.8.0 && <0.3 - , vector >=0.12.0.2 && <0.13 + , vector >=0.12.0.2 && <0.14 -- base shims if !impl(ghc >=8.2) @ 1.1 log @hs-semialign: fix build with hs-vector 0.14 @ text @d1 1 a1 1 $NetBSD$ @