Skip to content

Commit

Permalink
Add GHC bindist version 9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify authored Sep 7, 2023
1 parent 1d8ac93 commit 217affd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haskell/gen_ghc_bindist.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"ignore_suffixes": [".bz2", ".lz", ".zip"] },
{ "version": '9.4.6',
"ignore_suffixes": [".bz2", ".lz", ".zip"] },
{ "version": '9.4.7',
"ignore_suffixes": [".bz2", ".lz", ".zip"] },
{ "version": "9.4.5",
"ignore_suffixes": [".bz2", ".lz", ".zip"] },
{ "version": '9.2.8',
Expand Down
22 changes: 22 additions & 0 deletions haskell/private/ghc_bindist_generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,28 @@
"643ede1e715b91c4caac1739eb719176d58dd6c83c58c3c78f4018b2165c6bc8"
]
},
"9.4.7": {
"linux_amd64": [
"https://downloads.haskell.org/~ghc/9.4.7/ghc-9.4.7-x86_64-deb9-linux.tar.xz",
"52a20a1f87b84ce6b34d830a849cd29404228cfbfeb114f81ea28bcb60edeca8"
],
"linux_arm64": [
"https://downloads.haskell.org/~ghc/9.4.7/ghc-9.4.7-aarch64-deb10-linux.tar.xz",
"05896fc4bc52c117d281eac9c621c6c3a0b14f9f9eed5e42cce5e1c4485c7623"
],
"darwin_amd64": [
"https://downloads.haskell.org/~ghc/9.4.7/ghc-9.4.7-x86_64-apple-darwin.tar.xz",
"2c874dc685cb72b0c4d6f226b795051705a923c25080eeba05d546350474cb1e"
],
"darwin_arm64": [
"https://downloads.haskell.org/~ghc/9.4.7/ghc-9.4.7-aarch64-apple-darwin.tar.xz",
"5d85f9836d72d45634039218ed52e9faa0ed00c0db056f3d1162b4c2b3838e38"
],
"windows_amd64": [
"https://downloads.haskell.org/~ghc/9.4.7/ghc-9.4.7-x86_64-unknown-mingw32.tar.xz",
"415e6adebd764d278ecfe4ebf656ff96902953b8b669fba7dae2525af6665172"
]
},
"9.6.1": {
"linux_amd64": [
"https://downloads.haskell.org/~ghc/9.6.1/ghc-9.6.1-x86_64-deb9-linux.tar.xz",
Expand Down

0 comments on commit 217affd

Please sign in to comment.