hs-witherable: fix build with hs-vector 0.14
This commit is contained in:
parent
4d8292c68e
commit
a7d838dcfc
2 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue