Skip to content

Commit

Permalink
test on GHC 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Nov 16, 2021
1 parent 462a5fa commit 29ce590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.2.1
allow-failure: false
- compiler: ghc-9.0.1
allow-failure: false
- compiler: ghc-8.10.4
Expand Down
2 changes: 1 addition & 1 deletion 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, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.4, GHC == 9.0.1
tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1

source-repository head
type: git
Expand Down

0 comments on commit 29ce590

Please sign in to comment.