head 1.5; access; symbols pkgsrc-2022Q4:1.4.0.4 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.2 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.3.0.4 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2023.01.25.18.52.56; author pho; state dead; branches; next 1.4; commitid ERVdBITPT9uhgXaE; 1.4 date 2022.08.22.10.30.17; author wiz; state Exp; branches; next 1.3; commitid p7KfpRRzISUGuRQD; 1.3 date 2022.02.11.19.47.44; author pho; state Exp; branches; next 1.2; commitid 8N33C48TMpcCKesD; 1.2 date 2021.04.23.17.45.24; author pho; state dead; branches; next 1.1; commitid JfWROksmvUcywrQC; 1.1 date 2020.01.20.01.04.21; author pho; state Exp; branches; next ; commitid ta3EP19SSahSJmTB; desc @@ 1.5 log @devel/hs-vector-binary-instances: Fix build with GHC 9.4 @ text @$NetBSD: patch-vector-binary-instances.cabal,v 1.4 2022/08/22 10:30:17 wiz Exp $ Fix build with GHC 9.2 and hs-vector 0.14. --- vector-binary-instances.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ vector-binary-instances.cabal @@@@ -45,8 +45,8 @@@@ Library -- Packages needed in order to build this package. Build-depends: - base > 3 && < 4.16, - vector >= 0.6 && < 0.13, + base > 3 && < 5, + vector >= 0.6 && < 0.14, binary >= 0.5 && < 0.11 Default-Language: Haskell2010 @ 1.4 log @hs-vector-binary-instances: fix build with hs-vector 0.14 @ text @d1 1 a1 1 $NetBSD: patch-vector-binary-instances.cabal,v 1.3 2022/02/11 19:47:44 pho Exp $ @ 1.3 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Fix build with GHC 9.2 d7 1 a7 1 @@@@ -45,7 +45,7 @@@@ Library d12 1 d14 1 a14 1 vector >= 0.6 && < 0.13, d17 1 @ 1.2 log @Update to vector-binary-instances-0.2.5.2 No change logs are provided by the upstream. @ text @d1 1 a1 1 $NetBSD: patch-vector-binary-instances.cabal,v 1.1 2020/01/20 01:04:21 pho Exp $ d3 1 a3 1 Fix build with GHC 8.8 d5 1 a5 1 --- vector-binary-instances.cabal.orig 2018-11-02 16:48:37.000000000 +0000 d7 1 a7 1 @@@@ -53,7 +53,7 @@@@ Library d11 2 a12 2 - base > 3 && < 4.13, + base > 3 && < 4.14, d15 1 a15 1 @ 1.1 log @Import vector-binary-instances-0.2.5.1 Instances for Binary for the types defined in the vector package, making it easy to serialize vectors to and from disk. We use the generic interface to vectors, so all vector types are supported. Specific instances are provided for unboxed, boxed and storable vectors. @ text @d1 1 a1 1 $NetBSD$ @