Skip to content

Commit 1f46d46

Browse files
Test GHC 9.6.6
Note that I am keeping the GHC 9.6.5 Stack configuration so that I can continue to test it (locally) while the LTS snapshot still uses that version. I will remove it when the LTS snapshot starts to use GHC 9.6.6.
1 parent e7eaab2 commit 1f46d46

File tree

2 files changed

+92
-1
lines changed

2 files changed

+92
-1
lines changed

queue-sheet.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.5
29+
|| ==9.6.6
3030

3131
extra-doc-files:
3232
CHANGELOG.md

stack-9.6.6.yaml

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
resolver: ghc-9.6.6
2+
3+
packages:
4+
- .
5+
6+
flags:
7+
aeson:
8+
ordered-keymap: false
9+
queue-sheet:
10+
optparse-applicative_ge_0_18: true
11+
12+
extra-deps:
13+
- aeson-2.2.3.0
14+
- aeson-pretty-0.8.10
15+
- ansi-terminal-1.1.1
16+
- ansi-terminal-types-1.1
17+
- assoc-1.1.1
18+
- attoparsec-0.14.4
19+
- attoparsec-aeson-2.2.2.0
20+
- base-compat-0.14.0
21+
- base-orphans-0.9.2
22+
- bifunctors-5.6.2
23+
- bitvec-1.1.5.0
24+
- call-stack-0.4.0
25+
- case-insensitive-1.2.1.0
26+
- character-ps-0.1
27+
- cmdargs-0.10.22
28+
- colour-2.3.6
29+
- comonad-5.0.8
30+
- conduit-1.3.5
31+
- contravariant-1.5.5
32+
- data-default-0.7.1.1
33+
- data-default-class-0.1.2.0
34+
- data-default-instances-containers-0.0.1
35+
- data-default-instances-dlist-0.0.1
36+
- data-default-instances-old-locale-0.0.1
37+
- data-fix-0.3.3
38+
- distributive-0.6.2.1
39+
- dlist-1.0
40+
- generically-0.1.1
41+
- ginger-0.10.5.2
42+
- hashable-1.4.7.0
43+
- http-types-0.12.4
44+
- indexed-traversable-0.1.4
45+
- indexed-traversable-instances-0.1.2
46+
- integer-conversion-0.1.1
47+
- integer-logarithms-1.0.3.1
48+
- libyaml-0.1.4
49+
- libyaml-clib-0.2.5
50+
- mono-traversable-1.0.17.0
51+
- network-uri-2.6.4.2
52+
- old-locale-1.0.0.7
53+
- OneTuple-0.4.2
54+
- optparse-applicative-0.18.1.0
55+
- os-string-2.0.6
56+
- prettyprinter-1.7.1
57+
- prettyprinter-ansi-terminal-1.1.3
58+
- primitive-0.9.0.0
59+
- QuickCheck-2.15.0.1
60+
- random-1.2.1.2
61+
- regex-base-0.94.0.2
62+
- regex-tdfa-1.3.2.2
63+
- resourcet-1.3.0
64+
- safe-0.3.21
65+
- scientific-0.3.8.0
66+
- semialign-1.3.1
67+
- semigroupoids-6.0.1
68+
- split-0.2.5
69+
- splitmix-0.1.0.5
70+
- StateVar-1.2.2
71+
- strict-0.5
72+
- tagged-0.8.8
73+
- tasty-1.5
74+
- tasty-hunit-0.10.2
75+
- text-iso8601-0.1.1
76+
- text-short-0.1.6
77+
- th-abstraction-0.7.0.0
78+
- th-compat-0.1.5
79+
- these-1.2.1
80+
- time-compat-1.9.7
81+
- transformers-compat-0.7.2
82+
- ttc-1.4.0.0
83+
- unliftio-core-0.2.1.0
84+
- unordered-containers-0.2.20
85+
- utf8-string-1.0.2
86+
- uuid-types-1.0.6
87+
- vector-0.13.1.0
88+
- vector-algorithms-0.9.0.2
89+
- vector-stream-0.1.0.1
90+
- witherable-0.5
91+
- yaml-0.11.11.2

0 commit comments

Comments
 (0)