Skip to content

Commit e0242b8

Browse files
Test GHC 9.6.7
1 parent acc70e2 commit e0242b8

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- "9.0.2"
2828
- "9.2.8"
2929
- "9.4.8"
30-
- "9.6.6"
30+
- "9.6.7"
3131
- "9.8.4"
3232
- "9.10.1"
3333
- "9.12.2"

stack-9.6.6.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

stack-9.6.7.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
resolver: ghc-9.6.7
2+
3+
packages:
4+
- ./ttc
5+
- ./ttc-examples
6+
7+
extra-deps:
8+
- ansi-terminal-1.1.2
9+
- ansi-terminal-types-1.1
10+
- call-stack-0.4.0
11+
- colour-2.3.6
12+
- hashable-1.5.0.0
13+
- optparse-applicative-0.18.1.0
14+
- os-string-2.0.7
15+
- prettyprinter-1.7.1
16+
- prettyprinter-ansi-terminal-1.1.3
17+
- tagged-0.8.9
18+
- tasty-1.5.3
19+
- tasty-hunit-0.10.2
20+
- text-short-0.1.6
21+
- transformers-compat-0.7.2

ttc/ttc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tested-with:
2626
|| ==9.0.2
2727
|| ==9.2.8
2828
|| ==9.4.8
29-
|| ==9.6.6
29+
|| ==9.6.7
3030
|| ==9.8.4
3131
|| ==9.10.1
3232
|| ==9.12.2

0 commit comments

Comments
 (0)