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