Skip to content

Commit 9d01f14

Browse files
committed
Add GHC 9.2.2 bindists
1 parent 5b06d35 commit 9d01f14

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed

stack/global-hints.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,43 @@ ghc-8.0.1:
171171
pretty: 1.1.3.3
172172
template-haskell: 2.11.0.0
173173
directory: 1.2.6.2
174+
ghc-9.2.2:
175+
exceptions: 0.10.4
176+
ghc: 9.2.2
177+
bytestring: 0.11.3.0
178+
unix: 2.7.2.2
179+
haskeline: 0.8.2
180+
stm: 2.5.0.2
181+
Cabal: 3.6.3.0
182+
base: 4.16.1.0
183+
time: 1.11.1.1
184+
xhtml: 3000.2.2.1
185+
text: 1.2.5.0
186+
hpc: 0.6.1.0
187+
ghc-bignum: '1.2'
188+
filepath: 1.4.2.2
189+
process: 1.6.13.2
190+
parsec: 3.1.15.0
191+
ghc-compact: 0.1.0.0
192+
array: 0.5.4.0
193+
Win32: 2.12.0.1
194+
integer-gmp: '1.1'
195+
containers: 0.6.5.1
196+
libiserv: 9.2.2
197+
ghc-boot: 9.2.2
198+
binary: 0.8.9.0
199+
ghc-prim: 0.8.0
200+
mtl: 2.2.2
201+
ghc-heap: 9.2.2
202+
ghci: 9.2.2
203+
rts: 1.0.2
204+
terminfo: 0.4.1.5
205+
transformers: 0.5.6.2
206+
deepseq: 1.4.6.1
207+
ghc-boot-th: 9.2.2
208+
pretty: 1.1.3.6
209+
template-haskell: 2.18.0.0
210+
directory: 1.3.6.2
174211
ghc-8.8.2:
175212
ghc: 8.8.2
176213
bytestring: 0.10.10.0

stack/stack-setup-2.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ msys2:
8282
content-length: 99822772
8383
sha256: 754afa315584afb601a275e658151ce2eaab7822a0da70791bbe31e26927dde2
8484
ghc:
85+
8586
linux32:
8687
7.8.4:
8788
url: "https://github.com/commercialhaskell/ghc/releases/download/ghc-7.8.4-release/ghc-7.8.4-i386-unknown-linux-deb7-patch1.tar.xz"
@@ -257,6 +258,12 @@ ghc:
257258
content-length: 127415076
258259
sha1: fe6ffc0f65aa71957c938b4fd97b5e7ce1894578
259260
sha256: 6daa9e983fbe5af5a3c449c92e5b331d2ecb8e76ea07fc4e237ba5ff27af2c45
261+
9.2.2:
262+
url: "http://downloads.haskell.org/~ghc/9.2.2/ghc-9.2.2-i386-deb9-linux.tar.xz"
263+
#mirror-url: "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.2.2-release/ghc-9.2.2-i386-deb9-linux.tar.xz"
264+
content-length: 128392588
265+
sha1: 2daa44578822088fc248e70481290b886353fcfe
266+
sha256: 24234486ed4508161c6f88f4750a36d38b135b0c6e5fe78efe2d85c612ecaf9e
260267

261268
linux32-nopie:
262269
7.8.4:
@@ -626,6 +633,12 @@ ghc:
626633
content-length: 243336888
627634
sha1: 53eba996cd4bb679158a90733916510c77dc4f05
628635
sha256: f09133ed735e9f3b221b5ed54787e5651f039ed0f7dab0ab834a27c8ca68fc9b
636+
9.2.2:
637+
url: "http://downloads.haskell.org/~ghc/9.2.2/ghc-9.2.2-x86_64-deb9-linux.tar.xz"
638+
#mirror-url: "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.2.2-release/ghc-9.2.2-x86_64-deb9-linux.tar.xz"
639+
content-length: 245245764
640+
sha1: 017a787dc21b70d3b3dabaee0af8ad45c8e1e76a
641+
sha256: 91052766a8bec6a1a8529eda9ff587ce821a071cf52705e1b8caa3d38d3913f4
629642

630643
linux64-nopie:
631644
7.8.4:
@@ -1120,6 +1133,12 @@ ghc:
11201133
content-length: 128403584
11211134
sha1: 9e39bf1015815b4d6f7732ab38e4f212089dc69a
11221135
sha256: e37cd1fe64006dd42f418dacbae3fea0938ce0905407cfc7c3ea61054f5d5329
1136+
9.2.2:
1137+
url: "http://downloads.haskell.org/~ghc/9.2.2/ghc-9.2.2-x86_64-fedora27-linux.tar.xz"
1138+
#mirror-url: "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.2.2-release/ghc-9.2.2-x86_64-fedora27-linux.tar.xz"
1139+
content-length: 248089648
1140+
sha1: 542b525995e66edf639be3f42b6e0c743cc77ef2
1141+
sha256: eab2b4e3ca99eb7cc81aa3136e9e0b245ba6b3e9057f02a2d289fbf60856eb10
11231142

11241143
linux64-tinfo6-nopie:
11251144
7.8.4:
@@ -1496,6 +1515,12 @@ ghc:
14961515
content-length: 172033065
14971516
sha1: 81070219b2e3dfcd6d714842621fd25ab93ffbe7
14981517
sha256: 8690a0f4d8549d427e06424fc620027de4a8388a81c3247bd9d40a3efa4cea10
1518+
9.2.2:
1519+
url: "http://downloads.haskell.org/~ghc/9.2.2/ghc-9.2.2-x86_64-apple-darwin.tar.bz2"
1520+
#mirror-url: "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.2.2-release/ghc-9.2.2-x86_64-apple-darwin.tar.bz2"
1521+
content-length: 279562928
1522+
sha1: 69dcbb527df8b116142a9c1c78ba693b03151979
1523+
sha256: c393d4049168178fccfcdbabcb059c498812ec95eee1cbf8748a9107df6ac3ed
14991524

15001525
macosx-aarch64:
15011526
8.10.5:
@@ -1528,6 +1553,12 @@ ghc:
15281553
content-length: 175602172
15291554
sha1: 924c9ce2fce9176ffee30c73d2a538e899cc458f
15301555
sha256: 8348f4a45074fb5de2507d05014b32a9a933ad20407f9c12a072a9e8cde9f5c0
1556+
9.2.2:
1557+
url: "http://downloads.haskell.org/~ghc/9.2.2/ghc-9.2.2-aarch64-apple-darwin.tar.bz2"
1558+
#mirror-url: "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.2.2-release/ghc-9.2.2-aarch64-apple-darwin.tar.bz2"
1559+
content-length: 297486894
1560+
sha1: f7e6af37a57dd6557f1953104a6f7d90c3504e25
1561+
sha256: c7129fb7f1dc3fbb5ca26dfe6944439f40e3b1ad4839cb392c286798e848a5f5
15311562

15321563
windows32-integersimple:
15331564
7.8.4:
@@ -1854,6 +1885,12 @@ ghc:
18541885
content-length: 502290804
18551886
sha1: b378c41f915525d275e20b89033c41824da58faa
18561887
sha256: 649e04abd4fa35796070b35de1c353721507a49842b18663aa1c7adc6b4115d8
1888+
9.2.2:
1889+
url: "http://downloads.haskell.org/~ghc/9.2.2/ghc-9.2.2-x86_64-unknown-mingw32.tar.xz"
1890+
#mirror-url: "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.2.2-release/ghc-9.2.2-x86_64-unknown-mingw32.tar.xz"
1891+
content-length: 348055812
1892+
sha1: f4694ea11f814666c35a0fc199980f2b81ee8587
1893+
sha256: 02d0c0cceb9bc14ba42940c83797f819e1903db4a71b630e9bc6d14b6b80298b
18571894

18581895
freebsd32:
18591896
7.8.4:
@@ -2603,6 +2640,12 @@ ghc:
26032640
content-length: 140649744
26042641
sha1: 74eeaac88a424f9db6697e3e8e20a9674f45fa6d
26052642
sha256: 717d4246a8b407a807048ce6eddb2785aca2e4c73b6b634c01e1726f42d539a1
2643+
9.2.2:
2644+
url: "http://downloads.haskell.org/~ghc/9.2.2/ghc-9.2.2-aarch64-deb10-linux.tar.xz"
2645+
#mirror-url: "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.2.2-release/ghc-9.2.2-aarch64-deb10-linux.tar.xz"
2646+
content-length: 277422120
2647+
sha1: cd8cc8bc4ffce74a5489119b207b18fa953e16e9
2648+
sha256: f3621ccba7ae48fcd67a9505f61bb5ccfb05c4cbfecd5a6ea65fe3f150af0e98
26062649

26072650
ghcjs:
26082651
source:

0 commit comments

Comments
 (0)