diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 836f9e1..4b0cbbd 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -17,11 +17,11 @@ jobs: cabal: - "3.10" ghc: - - 9.0.2 - 9.2.8 - 9.4.8 - 9.6.4 - 9.8.2 + - 9.10.1 services: postgres: image: postgres:15 @@ -40,7 +40,7 @@ jobs: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache ~/.cabal/store with: path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }} @@ -62,7 +62,6 @@ jobs: stack: - 2.15.5 stack-yaml: - - stack-9.0.2.yaml - stack-9.2.8.yaml - stack-9.4.8.yaml - stack-9.6.4.yaml @@ -76,9 +75,9 @@ jobs: - 5432:5432 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - uses: haskell/actions/setup@v2 + - uses: haskell-actions/setup@v2 name: Setup Haskell Stack with: stack-version: ${{ matrix.stack }} diff --git a/postgresql-simple-named.cabal b/postgresql-simple-named.cabal index ea9bf58..52f7801 100644 --- a/postgresql-simple-named.cabal +++ b/postgresql-simple-named.cabal @@ -33,13 +33,14 @@ tested-with: GHC == 9.0.2 , GHC == 9.4.8 , GHC == 9.6.4 , GHC == 9.8.2 + , GHC == 9.10.1 source-repository head type: git location: https://github.com/Holmusk/postgresql-simple-named.git common common-options - build-depends: base >= 4.11 && < 4.20 + build-depends: base >= 4.11 && < 4.21 ghc-options: -Wall -Wincomplete-uni-patterns