pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hashtables



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 10:17:39 UTC 2022

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

Log Message:
hs-hashtables: allow building with hs-vector 0.14.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-hashtables/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/hs-hashtables/patches/patch-hashtables.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-hashtables/distinfo
diff -u pkgsrc/devel/hs-hashtables/distinfo:1.5 pkgsrc/devel/hs-hashtables/distinfo:1.6
--- pkgsrc/devel/hs-hashtables/distinfo:1.5     Sat Feb 12 04:48:07 2022
+++ pkgsrc/devel/hs-hashtables/distinfo Mon Aug 22 10:17:39 2022
@@ -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

Added files:

Index: pkgsrc/devel/hs-hashtables/patches/patch-hashtables.cabal
diff -u /dev/null pkgsrc/devel/hs-hashtables/patches/patch-hashtables.cabal:1.1
--- /dev/null   Mon Aug 22 10:17:39 2022
+++ pkgsrc/devel/hs-hashtables/patches/patch-hashtables.cabal   Mon Aug 22 10:17:39 2022
@@ -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