diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d92ed0..86e3e2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghc: ["8.10", "9.0", "9.2", "9.4", "9.6", "9.8"] + ghc: ["8.10", "9.0", "9.2", "9.4", "9.6", "9.8", "9.10"] steps: - uses: actions/checkout@v4 - name: "Setup haskell" diff --git a/nothunks.cabal b/nothunks.cabal index 99e2b97..eeda856 100644 --- a/nothunks.cabal +++ b/nothunks.cabal @@ -16,7 +16,7 @@ maintainer: Marcin Szamotulski copyright: 2018-2024 Input Output Global Inc (IOG) category: Development extra-doc-files: README.md CHANGELOG.md -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