diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 836f9e1..b3f1790 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.6.6 - 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,10 +62,9 @@ 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 + - stack-9.6.6.yaml - stack-9.8.2.yaml services: postgres: @@ -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..1a93bda 100644 --- a/postgresql-simple-named.cabal +++ b/postgresql-simple-named.cabal @@ -28,18 +28,18 @@ category: Database, PostgreSQL build-type: Simple extra-source-files: README.md extra-doc-files: CHANGELOG.md -tested-with: GHC == 9.0.2 - , GHC == 9.2.8 +tested-with: GHC == 9.2.8 , GHC == 9.4.8 - , GHC == 9.6.4 + , GHC == 9.6.6 , 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 diff --git a/stack-8.10.7.yaml b/stack-8.10.7.yaml deleted file mode 100644 index 773d5c9..0000000 --- a/stack-8.10.7.yaml +++ /dev/null @@ -1 +0,0 @@ -resolver: lts-18.28 diff --git a/stack-9.0.2.yaml b/stack-9.0.2.yaml deleted file mode 100644 index f9994e6..0000000 --- a/stack-9.0.2.yaml +++ /dev/null @@ -1 +0,0 @@ -resolver: lts-19.33 diff --git a/stack-9.6.4.yaml b/stack-9.6.4.yaml deleted file mode 100644 index 8d1cf08..0000000 --- a/stack-9.6.4.yaml +++ /dev/null @@ -1 +0,0 @@ -resolver: lts-22.14 diff --git a/stack-9.6.6.yaml b/stack-9.6.6.yaml new file mode 100644 index 0000000..c10c439 --- /dev/null +++ b/stack-9.6.6.yaml @@ -0,0 +1 @@ +resolver: lts-22.36