Skip to content

Commit 027bb0a

Browse files
authored
Merge pull request #201 from haskellari/hashable-1.5
Allow hashable-1.5
2 parents d39a29a + 8dc68a3 commit 027bb0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

semialign/semialign.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: >=1.10
22
name: semialign
33
version: 1.3.1
4+
x-revision: 1
45
synopsis:
56
Align and Zip type-classes from the common Semialign ancestor.
67

@@ -69,7 +70,7 @@ library
6970

7071
-- other dependencies
7172
build-depends:
72-
hashable >=1.4.4.0 && <1.5
73+
hashable >=1.4.4.0 && <1.6
7374
, indexed-traversable >=0.1.4 && <0.2
7475
, indexed-traversable-instances >=0.1.2 && <0.2
7576
, tagged >=0.8.8 && <0.9

these/these.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: >=1.10
22
name: these
33
version: 1.2.1
4+
x-revision: 1
45
synopsis: An either-or-both data type.
56
homepage: https://github.com/haskellari/these
67
license: BSD3
@@ -66,7 +67,7 @@ library
6667
-- Bifunctor type class comes from bifunctor-classes-compat
6768
build-depends:
6869
assoc >=1.1.1 && <1.2
69-
, hashable >=1.4.4.0 && <1.5
70+
, hashable >=1.4.4.0 && <1.6
7071

7172
if !impl(ghc >=9.6)
7273
build-depends: foldable1-classes-compat >=0.1 && <0.2

0 commit comments

Comments
 (0)