We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1cb50 commit 6957429Copy full SHA for 6957429
lattices.cabal
@@ -1,6 +1,7 @@
1
cabal-version: 1.18
2
name: lattices
3
version: 2.0.3
4
+x-revision: 1
5
category: Math
6
license: BSD3
7
license-file: LICENSE
@@ -86,7 +87,7 @@ library
86
87
, base-compat >=0.10.5 && <0.13
88
, containers >=0.5.0.0 && <0.7
89
, deepseq >=1.3.0.0 && <1.5
- , hashable >=1.2.7.0 && <1.4
90
+ , hashable >=1.2.7.0 && <1.5
91
, integer-logarithms >=1.0.3 && <1.1
92
, QuickCheck >=2.12.6.1 && <2.15
93
, semigroupoids >=5.3.2 && <5.4
0 commit comments