File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.18
2
2
name : lattices
3
3
version : 2.2
4
+ x-revision : 1
4
5
category : Math
5
6
license : BSD3
6
7
license-file : LICENSE
@@ -32,9 +33,10 @@ tested-with:
32
33
|| == 8.8.3
33
34
|| == 8.10.4
34
35
|| == 9.0.2
35
- || == 9.2.5
36
- || == 9.4.4
37
- || == 9.6.1
36
+ || == 9.2.8
37
+ || == 9.4.7
38
+ || == 9.6.3
39
+ || == 9.8.1
38
40
39
41
synopsis :
40
42
Fine-grained library for constructing and manipulating lattices
@@ -83,10 +85,10 @@ library
83
85
Algebra.PartialOrd.Instances
84
86
85
87
build-depends :
86
- base >= 4.6 && < 4.19
88
+ base >= 4.6 && < 4.20
87
89
, base-compat >= 0.13 && < 0.14
88
90
, containers >= 0.5.0.0 && < 0.7
89
- , deepseq >= 1.3.0.0 && < 1.5
91
+ , deepseq >= 1.3.0.0 && < 1.6
90
92
, hashable >= 1.2.7.0 && < 1.5
91
93
, integer-logarithms >= 1.0.3 && < 1.1
92
94
, QuickCheck >= 2.12.6.1 && < 2.15
You can’t perform that action at this time.
0 commit comments