pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-foldl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 10:15:40 UTC 2022

Modified Files:
        pkgsrc/devel/hs-foldl: distinfo
        pkgsrc/devel/hs-foldl/patches: patch-foldl.cabal

Log Message:
hs-foldl: allow building with hs-vector 0.14


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-foldl/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-foldl/patches/patch-foldl.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-foldl/distinfo
diff -u pkgsrc/devel/hs-foldl/distinfo:1.1 pkgsrc/devel/hs-foldl/distinfo:1.2
--- pkgsrc/devel/hs-foldl/distinfo:1.1  Wed Feb 16 09:45:28 2022
+++ pkgsrc/devel/hs-foldl/distinfo      Mon Aug 22 10:15:40 2022
@@ -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

Index: pkgsrc/devel/hs-foldl/patches/patch-foldl.cabal
diff -u pkgsrc/devel/hs-foldl/patches/patch-foldl.cabal:1.1 pkgsrc/devel/hs-foldl/patches/patch-foldl.cabal:1.2
--- pkgsrc/devel/hs-foldl/patches/patch-foldl.cabal:1.1 Wed Feb 16 09:45:28 2022
+++ pkgsrc/devel/hs-foldl/patches/patch-foldl.cabal     Mon Aug 22 10:15:40 2022
@@ -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