Skip to content

Commit

Permalink
Allow ghc-9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Aug 27, 2024
1 parent 06e23f9 commit 915a891
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions quickcheck-lockstep.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ description:
test and against a model, and compare responses up to some
notion of observability.

tested-with: GHC ==8.10 || ==9.0 || ==9.2 || ==9.4 || ==9.6 || ==9.8
tested-with:
GHC ==8.10 || ==9.0 || ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10

source-repository head
type: git
Expand Down Expand Up @@ -61,7 +62,7 @@ library
Test.QuickCheck.StateModel.Lockstep.GVar

build-depends:
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, constraints >=0.13 && <0.15
, containers ^>=0.6 || ^>=0.7
, mtl >=2.2 && <2.4
Expand Down

0 comments on commit 915a891

Please sign in to comment.