From 8dc68a33d1545a08c10b0bbb0109507c8a85df28 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 2 Aug 2024 11:16:33 +0300 Subject: [PATCH] Allow hashable-1.5 --- semialign/semialign.cabal | 3 ++- these/these.cabal | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/semialign/semialign.cabal b/semialign/semialign.cabal index 744872e..5296d46 100644 --- a/semialign/semialign.cabal +++ b/semialign/semialign.cabal @@ -1,6 +1,7 @@ cabal-version: >=1.10 name: semialign version: 1.3.1 +x-revision: 1 synopsis: Align and Zip type-classes from the common Semialign ancestor. @@ -69,7 +70,7 @@ library -- other dependencies build-depends: - hashable >=1.4.4.0 && <1.5 + hashable >=1.4.4.0 && <1.6 , indexed-traversable >=0.1.4 && <0.2 , indexed-traversable-instances >=0.1.2 && <0.2 , tagged >=0.8.8 && <0.9 diff --git a/these/these.cabal b/these/these.cabal index 711d0c4..c0a008d 100644 --- a/these/these.cabal +++ b/these/these.cabal @@ -1,6 +1,7 @@ cabal-version: >=1.10 name: these version: 1.2.1 +x-revision: 1 synopsis: An either-or-both data type. homepage: https://github.com/haskellari/these license: BSD3 @@ -66,7 +67,7 @@ library -- Bifunctor type class comes from bifunctor-classes-compat build-depends: assoc >=1.1.1 && <1.2 - , hashable >=1.4.4.0 && <1.5 + , hashable >=1.4.4.0 && <1.6 if !impl(ghc >=9.6) build-depends: foldable1-classes-compat >=0.1 && <0.2