pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hs-foldl hs-foldl: allow building with hs-vector...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30c131119cda
branches:  trunk
changeset: 383705:30c131119cda
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 22 10:15:40 2022 +0000

description:
hs-foldl: allow building with hs-vector 0.14

diffstat:

 devel/hs-foldl/distinfo                  |   4 ++--
 devel/hs-foldl/patches/patch-foldl.cabal |  12 ++++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r 9ebcd0a0ff9a -r 30c131119cda devel/hs-foldl/distinfo
--- a/devel/hs-foldl/distinfo   Mon Aug 22 10:13:21 2022 +0000
+++ b/devel/hs-foldl/distinfo   Mon Aug 22 10:15:40 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/02/16 09:45:28 pho Exp $
+$NetBSD: distinfo,v 1.2 2022/08/22 10:15:40 wiz Exp $
 
 BLAKE2s (foldl-1.4.12.tar.gz) = 05187a29e4e5cd8c4ea0a99fc9a0759229afe22368c132549bdec5ceb93dfcb8
 SHA512 (foldl-1.4.12.tar.gz) = 6b345b59c52039e914ea703ab88a08a8bba0a18bea91fcf4cf379ce678e5a97044f563c7b285cb656a764068756b4fae8321308e86813f86d04c462e9889e6e0
 Size (foldl-1.4.12.tar.gz) = 23210 bytes
-SHA1 (patch-foldl.cabal) = 8f88941c36599a75a2b2a65ba2e7e3253232004f
+SHA1 (patch-foldl.cabal) = 0059620328444b2ea4d6361d8a26be9fe1b07262
diff -r 9ebcd0a0ff9a -r 30c131119cda devel/hs-foldl/patches/patch-foldl.cabal
--- a/devel/hs-foldl/patches/patch-foldl.cabal  Mon Aug 22 10:13:21 2022 +0000
+++ b/devel/hs-foldl/patches/patch-foldl.cabal  Mon Aug 22 10:15:40 2022 +0000
@@ -1,11 +1,15 @@
-$NetBSD: patch-foldl.cabal,v 1.1 2022/02/16 09:45:28 pho Exp $
+$NetBSD: patch-foldl.cabal,v 1.2 2022/08/22 10:15:40 wiz Exp $
 
-Fix build with hashable-1.4
+Fix build with hashable-1.4 and vector 0.14
 
 --- foldl.cabal.orig   2001-09-09 01:46:40.000000000 +0000
 +++ foldl.cabal
-@@ -33,7 +33,7 @@ Library
-         vector       >= 0.7      && < 0.13,
+@@ -30,10 +30,10 @@ Library
+         primitive                   < 0.8 ,
+         text         >= 0.11.2.0 && < 1.3 ,
+         transformers >= 0.2.0.0  && < 0.6 ,
+-        vector       >= 0.7      && < 0.13,
++        vector       >= 0.7      && < 0.14,
          containers   >= 0.5.0.0  && < 0.7 ,
          unordered-containers        < 0.3 ,
 -        hashable                    < 1.4 ,



Home | Main Index | Thread Index | Old Index