Skip to content

Commit

Permalink
Drops GHC902
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Feb 6, 2024
1 parent 93a0e28 commit bc6c4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
cabal: ["3.6", "3.10"]
ghc: ["9.0.2", "9.2.8", "9.4.8", "9.6.3"]
ghc: ["9.2.8", "9.4.8", "9.6.3"]

steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions monoidal-functors.cabal
Expand Up @@ -12,8 +12,7 @@ homepage: http://github.com/solomon-b/monoidal-functors
build-type: Simple
extra-source-files: CHANGELOG.md
description: A typeclass hierarchy for monoidal functors.
tested-with: GHC == 9.0.2
, GHC == 9.2.8
tested-with: GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.3
source-repository head
Expand Down

0 comments on commit bc6c4be

Please sign in to comment.