pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-hashtables hs-hashtables: allow building with...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b1f04f91d9f
branches: trunk
changeset: 383706:3b1f04f91d9f
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 22 10:17:39 2022 +0000
description:
hs-hashtables: allow building with hs-vector 0.14.
diffstat:
devel/hs-hashtables/distinfo | 3 ++-
devel/hs-hashtables/patches/patch-hashtables.cabal | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 30c131119cda -r 3b1f04f91d9f devel/hs-hashtables/distinfo
--- a/devel/hs-hashtables/distinfo Mon Aug 22 10:15:40 2022 +0000
+++ b/devel/hs-hashtables/distinfo Mon Aug 22 10:17:39 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2022/02/12 04:48:07 pho Exp $
+$NetBSD: distinfo,v 1.6 2022/08/22 10:17:39 wiz Exp $
BLAKE2s (hashtables-1.3.tar.gz) = fbd7cec05a1bd3df818a1e74adc3061986f22e0b84af9f2190a05b3bd2aa5279
SHA512 (hashtables-1.3.tar.gz) = 7fb82e7c45c13d7bde8a216fb678d20bbd4c970f7860cbc2f08fb5524324f6b9584e1b5d397bdcb3fdbf53928758b608986167bb2bc2f1adae6feb3b0dd94444
Size (hashtables-1.3.tar.gz) = 58599 bytes
+SHA1 (patch-hashtables.cabal) = c1f036d205b25321abd5cd5ad8c30968146b27dc
diff -r 30c131119cda -r 3b1f04f91d9f devel/hs-hashtables/patches/patch-hashtables.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-hashtables/patches/patch-hashtables.cabal Mon Aug 22 10:17:39 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-hashtables.cabal,v 1.1 2022/08/22 10:17:39 wiz Exp $
+
+Allow building with hs-vector 0.14
+
+--- hashtables.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ hashtables.cabal
+@@ -194,7 +194,7 @@ Library
+ Build-depends: base >= 4.7 && <5,
+ hashable >= 1.4 && < 1.5,
+ primitive,
+- vector >= 0.7 && <0.13
++ vector >= 0.7 && <0.14
+
+ if flag(portable)
+ cpp-options: -DNO_C_SEARCH -DPORTABLE
Home |
Main Index |
Thread Index |
Old Index