hs-foldl: allow building with hs-vector 0.14

This commit is contained in:
wiz 2022-08-22 10:15:40 +00:00
parent 66c0b55a23
commit 12cf493777
2 changed files with 10 additions and 6 deletions

View file

@ -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

View file

@ -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 ,