Skip to content

Commit

Permalink
Merge pull request #124 from haskellari/ghc-9.8
Browse files Browse the repository at this point in the history
Support GHC-9.8
  • Loading branch information
phadej authored Oct 15, 2023
2 parents 538ae98 + d08520d commit 683f8f8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lattices.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 1.18
name: lattices
version: 2.2
x-revision: 1
category: Math
license: BSD3
license-file: LICENSE
Expand Down Expand Up @@ -32,9 +33,10 @@ tested-with:
|| ==8.8.3
|| ==8.10.4
|| ==9.0.2
|| ==9.2.5
|| ==9.4.4
|| ==9.6.1
|| ==9.2.8
|| ==9.4.7
|| ==9.6.3
|| ==9.8.1

synopsis:
Fine-grained library for constructing and manipulating lattices
Expand Down Expand Up @@ -83,10 +85,10 @@ library
Algebra.PartialOrd.Instances

build-depends:
base >=4.6 && <4.19
base >=4.6 && <4.20
, base-compat >=0.13 && <0.14
, containers >=0.5.0.0 && <0.7
, deepseq >=1.3.0.0 && <1.5
, deepseq >=1.3.0.0 && <1.6
, hashable >=1.2.7.0 && <1.5
, integer-logarithms >=1.0.3 && <1.1
, QuickCheck >=2.12.6.1 && <2.15
Expand Down

0 comments on commit 683f8f8

Please sign in to comment.