diff --git a/.github/workflows/cabal.yml b/.github/workflows/cabal.yml index 9df9413..1982df9 100644 --- a/.github/workflows/cabal.yml +++ b/.github/workflows/cabal.yml @@ -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 diff --git a/monoidal-functors.cabal b/monoidal-functors.cabal index 300d87d..7298703 100644 --- a/monoidal-functors.cabal +++ b/monoidal-functors.cabal @@ -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