Skip to content

Commit eea1f5f

Browse files
authored
Merge pull request #308 from mbj/add/ghc-9.8
Add GHC 9.8
2 parents fdf0916 + b08ba7d commit eea1f5f

File tree

62 files changed

+5430
-906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+5430
-906
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ghc: ['9.4', '9.6']
13+
ghc: ['9.4', '9.6', '9.8']
1414
os: [ubuntu-latest]
1515
steps:
1616
- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
ghc: ['9.4', '9.6']
37+
ghc: ['9.4', '9.6', '9.8']
3838
os: [ubuntu-latest]
3939
project:
4040
- aws-checkip

aws-checkip/test/stack-9.6-dependencies.txt

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Diff 0.4.1
2-
OneTuple 0.4.1.1
2+
OneTuple 0.4.2
33
QuickCheck 2.14.3
44
StateVar 1.2.2
55
aeson 2.1.2.1
@@ -11,7 +11,7 @@ array 0.5.6.0
1111
asn1-encoding 0.9.6
1212
asn1-parse 0.9.5
1313
asn1-types 0.3.4
14-
assoc 1.1
14+
assoc 1.1.1
1515
async 2.2.5
1616
attoparsec 0.14.4
1717
aws-checkip 0.0.2
@@ -26,7 +26,7 @@ bifunctors 5.6.2
2626
binary 0.8.9.1
2727
bitvec 1.1.5.0
2828
blaze-builder 0.4.2.3
29-
boring 0.2.1
29+
boring 0.2.2
3030
byteorder 1.0.4
3131
bytestring 0.11.5.3
3232
call-stack 0.4.0
@@ -38,81 +38,81 @@ cmdargs 0.10.22
3838
colour 2.3.6
3939
comonad 5.0.8
4040
concurrent-output 1.10.21
41-
conduit 1.3.5
42-
constraints 0.14.1
41+
conduit 1.3.6
42+
constraints 0.14.2
4343
containers 0.6.7
4444
contravariant 1.5.5
4545
conversions 0.0.10
4646
cookie 0.4.6
4747
cpphs 1.20.9.1
4848
crypton 0.34
4949
crypton-connection 0.3.2
50-
crypton-x509 1.7.6
50+
crypton-x509 1.7.7
5151
crypton-x509-store 1.6.9
5252
crypton-x509-system 1.6.7
53-
crypton-x509-validation 1.6.12
53+
crypton-x509-validation 1.6.13
5454
data-bword 0.1.0.2
5555
data-checked 0.3
56-
data-default 0.7.1.1
57-
data-default-class 0.1.2.0
56+
data-default 0.7.1.2
57+
data-default-class 0.1.2.2
5858
data-default-instances-containers 0.0.1
59-
data-default-instances-dlist 0.0.1
60-
data-default-instances-old-locale 0.0.1
59+
data-default-instances-dlist 0.0.1.2
60+
data-default-instances-old-locale 0.0.1.2
6161
data-dword 0.3.2.1
6262
data-endian 0.1.1
63-
data-fix 0.3.2
63+
data-fix 0.3.4
6464
data-serializer 0.3.5
6565
data-textual 0.3.0.3
6666
deepseq 1.4.8.1
67-
deriving-aeson 0.2.9
67+
deriving-aeson 0.2.10
6868
devtools 0.2.0
69-
directory 1.3.8.4
69+
directory 1.3.8.5
7070
distributive 0.6.2.1
7171
dlist 1.0
7272
erf 2.0.0.0
7373
exceptions 0.10.7
74-
extra 1.7.14
74+
extra 1.7.16
7575
file-embed 0.0.16.0
7676
filepath 1.4.300.1
7777
filepattern 0.1.3
7878
generically 0.1.1
79-
ghc 9.6.5
79+
ghc 9.6.6
8080
ghc-bignum 1.3
81-
ghc-boot 9.6.5
82-
ghc-boot-th 9.6.5
83-
ghc-heap 9.6.5
84-
ghc-lib-parser 9.6.5.20240423
81+
ghc-boot 9.6.6
82+
ghc-boot-th 9.6.6
83+
ghc-heap 9.6.6
84+
ghc-lib-parser 9.6.6.20240701
8585
ghc-lib-parser-ex 9.6.0.2
8686
ghc-prim 0.10.0
87-
ghci 9.6.5
87+
ghci 9.6.6
8888
happy 1.20.1.1
8989
hashable 1.4.4.0
90-
haskell-lexer 1.1.1
90+
haskell-lexer 1.1.2
9191
hedgehog 1.4
9292
hlint 3.6.1
9393
hourglass 0.2.12
9494
hpc 0.6.2.0
9595
hscolour 1.25
9696
http-client 0.7.17
97-
http-client-tls 0.3.6.3
97+
http-client-tls 0.3.6.4
9898
http-mclient 0.0.9
9999
http-types 0.12.4
100-
indexed-traversable 0.1.3
101-
indexed-traversable-instances 0.1.1.2
100+
indexed-traversable 0.1.4
101+
indexed-traversable-instances 0.1.2
102102
integer-gmp 1.1
103103
integer-logarithms 1.0.3.1
104-
iproute 1.7.12
104+
iproute 1.7.15
105105
libyaml 0.1.4
106106
libyaml-clib 0.2.5
107-
lifted-async 0.10.2.5
107+
lifted-async 0.10.2.7
108108
lifted-base 0.2.3.12
109109
memory 0.18.0
110110
mime-types 0.1.2.0
111111
mio-core 0.0.1
112112
mio-log 0.0.3
113113
mmorph 1.2.0
114114
monad-control 1.0.3.1
115-
mono-traversable 1.0.17.0
115+
mono-traversable 1.0.20.0
116116
mprelude 0.2.3
117117
mtl 2.3.1
118118
mtl-compat 0.2.2
@@ -122,9 +122,9 @@ network-uri 2.6.4.2
122122
old-locale 1.0.0.7
123123
old-time 1.1.0.4
124124
optparse-applicative 0.18.1.0
125-
os-string 2.0.2.1
125+
os-string 2.0.7
126126
parsec 3.1.16.1
127-
parsers 0.12.11
127+
parsers 0.12.12
128128
pem 0.2.4
129129
polyparse 1.13
130130
pretty 1.1.3.6
@@ -140,7 +140,7 @@ retry 0.9.3.1
140140
rts 1.0.2
141141
safe-exceptions 0.1.7.4
142142
scientific 0.3.7.0
143-
semialign 1.3
143+
semialign 1.3.1
144144
semigroupoids 6.0.1
145145
semigroups 0.20
146146
socks 0.6.1
@@ -155,37 +155,37 @@ tagged 0.8.8
155155
tasty 1.4.3
156156
tasty-expected-failure 0.12.3
157157
tasty-hedgehog 1.4.0.2
158-
tasty-hunit 0.10.1
158+
tasty-hunit 0.10.2
159159
tasty-mgolden 0.0.2
160160
template-haskell 2.20.0.0
161161
terminal-size 0.3.4
162162
text 2.0.2
163163
text-latin1 0.3.1
164164
text-printer 0.5.0.2
165-
text-short 0.1.5
165+
text-short 0.1.6
166166
th-abstraction 0.5.0.0
167167
th-compat 0.1.5
168-
th-lift 0.8.4
169-
these 1.2
168+
th-lift 0.8.5
169+
these 1.2.1
170170
time 1.12.2
171171
time-compat 1.9.6.1
172172
tls 1.8.0
173173
transformers 0.6.1.0
174174
transformers-base 0.4.6
175175
transformers-compat 0.7.2
176176
type-hint 0.1
177-
typed-process 0.2.11.1
177+
typed-process 0.2.12.0
178178
unbounded-delays 0.1.1.1
179179
uniplate 1.6.13
180180
unix 2.8.4.0
181-
unix-time 0.4.12
181+
unix-time 0.4.16
182182
unliftio 0.2.25.0
183183
unliftio-core 0.2.1.0
184184
unordered-containers 0.2.20
185185
utf8-string 1.0.2
186186
uuid-types 1.0.5.1
187187
vector 0.13.1.0
188-
vector-algorithms 0.9.0.1
188+
vector-algorithms 0.9.0.2
189189
vector-stream 0.1.0.1
190190
witherable 0.4.2
191191
wl-pprint-annotated 0.1.0.1

0 commit comments

Comments
 (0)