Skip to content

Commit

Permalink
allow base-4.18 and test with GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Mar 27, 2023
1 parent c1241a9 commit 1a84f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monoid-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bug-reports: https://github.com/diagrams/monoid-extras/issues
category: Data
build-type: Simple
cabal-version: >=1.10
tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 || ==9.6.1

source-repository head
type: git
Expand All @@ -36,7 +36,7 @@ library
Data.Monoid.Split,
Data.Monoid.WithSemigroup

build-depends: base >= 4.11 && < 4.18,
build-depends: base >= 4.11 && < 4.19,
groups < 0.6,
semigroupoids >= 4.0 && < 6.1

Expand All @@ -55,7 +55,7 @@ benchmark semi-direct-product
hs-source-dirs: benchmarks
main-is: SemiDirectProduct.hs
type: exitcode-stdio-1.0
build-depends: base >= 4.3 && < 4.18
build-depends: base >= 4.3 && < 4.19
, semigroups
, criterion
, monoid-extras

0 comments on commit 1a84f3d

Please sign in to comment.