Skip to content

Commit 6957429

Browse files
committed
Allow hashable-1.4
1 parent 6e1cb50 commit 6957429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lattices.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.18
22
name: lattices
33
version: 2.0.3
4+
x-revision: 1
45
category: Math
56
license: BSD3
67
license-file: LICENSE
@@ -86,7 +87,7 @@ library
8687
, base-compat >=0.10.5 && <0.13
8788
, containers >=0.5.0.0 && <0.7
8889
, deepseq >=1.3.0.0 && <1.5
89-
, hashable >=1.2.7.0 && <1.4
90+
, hashable >=1.2.7.0 && <1.5
9091
, integer-logarithms >=1.0.3 && <1.1
9192
, QuickCheck >=2.12.6.1 && <2.15
9293
, semigroupoids >=5.3.2 && <5.4

0 commit comments

Comments
 (0)