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.25.18.50.48; author pho; state dead; branches; next 1.1; commitid bmVVFBZmYX0yfXaE; 1.1 date 2022.08.22.10.32.16; author wiz; state Exp; branches; next ; commitid nSgKNjN5TBqnvRQD; desc @@ 1.2 log @devel/hs-vector-th-unbox: Fix build with GHC 9.4 @ text @$NetBSD: patch-vector-th-unbox.cabal,v 1.1 2022/08/22 10:32:16 wiz Exp $ Allow building with hs-vector 0.14. --- vector-th-unbox.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ vector-th-unbox.cabal @@@@ -37,7 +37,7 @@@@ library build-depends: base >= 4.5 && < 4.17, template-haskell >= 2.5 && <2.19, - vector >= 0.7.1 && <0.13 + vector >= 0.7.1 && <0.14 test-suite sanity default-language: Haskell2010 @ 1.1 log @hs-vector-th-unbox: allow building with hs-vector 0.14 @ text @d1 1 a1 1 $NetBSD$ @