pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-witherable hs-witherable: fix build with hs-v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/59d1ac778916
branches: trunk
changeset: 383556:59d1ac778916
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Aug 20 09:38:58 2022 +0000
description:
hs-witherable: fix build with hs-vector 0.14
diffstat:
devel/hs-witherable/distinfo | 4 ++--
devel/hs-witherable/patches/patch-witherable.cabal | 12 ++++++++----
2 files changed, 10 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r 1ac524b00bdd -r 59d1ac778916 devel/hs-witherable/distinfo
--- a/devel/hs-witherable/distinfo Sat Aug 20 08:08:12 2022 +0000
+++ b/devel/hs-witherable/distinfo Sat Aug 20 09:38:58 2022 +0000
@@ -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
diff -r 1ac524b00bdd -r 59d1ac778916 devel/hs-witherable/patches/patch-witherable.cabal
--- a/devel/hs-witherable/patches/patch-witherable.cabal Sat Aug 20 08:08:12 2022 +0000
+++ b/devel/hs-witherable/patches/patch-witherable.cabal Sat Aug 20 09:38:58 2022 +0000
@@ -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 @@
+ 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