Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- 9.2.8
- 9.4.8
- 9.6.6
- 9.8.2
- 9.10.1
- 9.8.4
- 9.10.2
services:
postgres:
image: postgres:15
Expand Down Expand Up @@ -65,7 +65,8 @@ jobs:
- stack-9.2.8.yaml
- stack-9.4.8.yaml
- stack-9.6.6.yaml
- stack-9.8.2.yaml
- stack-9.8.4.yaml
- stack-9.10.2.yaml
services:
postgres:
image: postgres:15
Expand Down
4 changes: 2 additions & 2 deletions postgresql-simple-named.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ extra-doc-files: CHANGELOG.md
tested-with: GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.2
, GHC == 9.10.1
, GHC == 9.8.4
, GHC == 9.10.2

source-repository head
type: git
Expand Down
1 change: 1 addition & 0 deletions stack-9.10.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-24.6
1 change: 0 additions & 1 deletion stack-9.8.2.yaml

This file was deleted.

1 change: 1 addition & 0 deletions stack-9.8.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-23.28
Loading