Skip to content

Commit f6c386c

Browse files
9.6.6 -> 9.6.7
1 parent afd7e70 commit f6c386c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ghc:
2020
- 9.2.8
2121
- 9.4.8
22-
- 9.6.6
22+
- 9.6.7
2323
- 9.8.4
2424
- 9.10.2
2525
services:
@@ -64,7 +64,7 @@ jobs:
6464
stack-yaml:
6565
- stack-9.2.8.yaml
6666
- stack-9.4.8.yaml
67-
- stack-9.6.6.yaml
67+
- stack-9.6.7.yaml
6868
- stack-9.8.4.yaml
6969
- stack-9.10.2.yaml
7070
services:

postgresql-simple-named.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extra-source-files: README.md
3030
extra-doc-files: CHANGELOG.md
3131
tested-with: GHC == 9.2.8
3232
, GHC == 9.4.8
33-
, GHC == 9.6.6
33+
, GHC == 9.6.7
3434
, GHC == 9.8.4
3535
, GHC == 9.10.2
3636

stack-9.6.6.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

stack-9.6.7.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
resolver: lts-22.44
2+

0 commit comments

Comments
 (0)