Skip to content

Commit

Permalink
Merge pull request #201 from haskellari/hashable-1.5
Browse files Browse the repository at this point in the history
Allow hashable-1.5
  • Loading branch information
phadej authored Aug 2, 2024
2 parents d39a29a + 8dc68a3 commit 027bb0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion semialign/semialign.cabal
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion these/these.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 027bb0a

Please sign in to comment.