pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-witherable
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 20 09:38:58 UTC 2022
Modified Files:
pkgsrc/devel/hs-witherable: distinfo
pkgsrc/devel/hs-witherable/patches: patch-witherable.cabal
Log Message:
hs-witherable: fix build with hs-vector 0.14
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-witherable/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/devel/hs-witherable/patches/patch-witherable.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-witherable/distinfo
diff -u pkgsrc/devel/hs-witherable/distinfo:1.1 pkgsrc/devel/hs-witherable/distinfo:1.2
--- pkgsrc/devel/hs-witherable/distinfo:1.1 Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/distinfo Sat Aug 20 09:38:58 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/02/12 05:28:34 pho Exp $
+$NetBSD: distinfo,v 1.2 2022/08/20 09:38:58 wiz Exp $
BLAKE2s (witherable-0.4.2.tar.gz) = 7004a4dfcaab709528a19fd34d21b2083bd857fdcde0174ad56a22fdab8f5e0f
SHA512 (witherable-0.4.2.tar.gz) = 14ad590e24b93fc25f16fecaf71d6f9f891a903dd76e052d9f6c21b464f0d28df4f019d33ac36086341a6c5bd20833d7b0c2d19543460d1530899c0c25cea852
Size (witherable-0.4.2.tar.gz) = 11876 bytes
-SHA1 (patch-witherable.cabal) = 6179b906e5e524d20b3e34b38307cbf5d6bed6ee
+SHA1 (patch-witherable.cabal) = 4e1f988659a238fbec39e698401fe3804f289850
Index: pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal
diff -u pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal:1.1 pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal:1.2
--- pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal:1.1 Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal Sat Aug 20 09:38:58 2022
@@ -1,10 +1,10 @@
-$NetBSD: patch-witherable.cabal,v 1.1 2022/02/12 05:28:34 pho Exp $
+$NetBSD: patch-witherable.cabal,v 1.2 2022/08/20 09:38:58 wiz Exp $
-Fix build with hashable-1.4
+Fix build with hashable-1.4 and hs-vector 0.14.
--- witherable.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ witherable.cabal
-@@ -26,7 +26,7 @@ library
+@@ -26,10 +26,10 @@ library
build-depends: base >=4.9 && <5,
base-orphans >=0.8.4 && <0.9,
containers >=0.5.7.1 && <0.7,
@@ -12,4 +12,8 @@ Fix build with hashable-1.4
+ hashable >=1.2.7.0 && <1.5,
transformers >=0.5.2.0 && <0.6,
unordered-containers >=0.2.12.0 && <0.3,
- vector >=0.12.2.0 && <0.13,
+- vector >=0.12.2.0 && <0.13,
++ vector >=0.12.2.0 && <0.14,
+ indexed-traversable >=0.1.1 && <0.2,
+ indexed-traversable-instances >=0.1 && <0.2
+ hs-source-dirs: src
Home |
Main Index |
Thread Index |
Old Index