Skip to content

Commit d08520d

Browse files
committed
Support GHC-9.8
1 parent 538ae98 commit d08520d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lattices.cabal

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.18
22
name: lattices
33
version: 2.2
4+
x-revision: 1
45
category: Math
56
license: BSD3
67
license-file: LICENSE
@@ -32,9 +33,10 @@ tested-with:
3233
|| ==8.8.3
3334
|| ==8.10.4
3435
|| ==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
3840

3941
synopsis:
4042
Fine-grained library for constructing and manipulating lattices
@@ -83,10 +85,10 @@ library
8385
Algebra.PartialOrd.Instances
8486

8587
build-depends:
86-
base >=4.6 && <4.19
88+
base >=4.6 && <4.20
8789
, base-compat >=0.13 && <0.14
8890
, containers >=0.5.0.0 && <0.7
89-
, deepseq >=1.3.0.0 && <1.5
91+
, deepseq >=1.3.0.0 && <1.6
9092
, hashable >=1.2.7.0 && <1.5
9193
, integer-logarithms >=1.0.3 && <1.1
9294
, QuickCheck >=2.12.6.1 && <2.15

0 commit comments

Comments
 (0)