Skip to content

Commit

Permalink
Support GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinprakash96 committed Oct 4, 2024
1 parent 2ef0d37 commit 593c377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand All @@ -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
Expand All @@ -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 }}
Expand Down
3 changes: 2 additions & 1 deletion postgresql-simple-named.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 593c377

Please sign in to comment.