Skip to content

Commit

Permalink
[automation] Add GHC version
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv authored Aug 17, 2023
1 parent 367f9f0 commit 8c3680c
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 @@ -20,6 +20,8 @@
"ignore_suffixes": [".bz2", ".lz", ".zip"] },
{ "version": "9.6.1",
"ignore_suffixes": [".bz2", ".lz", ".zip"] },
{ "version": '9.4.6',
"ignore_suffixes": [".bz2", ".lz", ".zip"] },
{ "version": "9.4.5",
"ignore_suffixes": [".bz2", ".lz", ".zip"] },
{ "version": "9.2.5",
Expand Down
22 changes: 22 additions & 0 deletions haskell/private/ghc_bindist_generated.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,28 @@ GHC_BINDIST = \
"1b65ccb99b5e0bc6ad535b58323b023c61a675e0c3a0d53b82f819e55a7dd8d7",
),
},
"9.4.6": {
"darwin_amd64": (
"https://downloads.haskell.org/~ghc/9.4.6/ghc-9.4.6-x86_64-apple-darwin.tar.xz",
"8febddd1e9a099e61bc74186958f029ffcbad37db500bc1c97cc5fda5af05557",
),
"darwin_arm64": (
"https://downloads.haskell.org/~ghc/9.4.6/ghc-9.4.6-aarch64-apple-darwin.tar.xz",
"0be43adf6449d010a8d0f4c66353eff7faae0570554fa25e411c579102923dfb",
),
"linux_amd64": (
"https://downloads.haskell.org/~ghc/9.4.6/ghc-9.4.6-x86_64-deb9-linux.tar.xz",
"345267ac5c142c7914debffc5c1f9cafd2bec100eb1fb70aa8b114c28d33dc0f",
),
"linux_arm64": (
"https://downloads.haskell.org/~ghc/9.4.6/ghc-9.4.6-aarch64-deb10-linux.tar.xz",
"b27e4e4d760216457c20fdce3ec419e1bac905608e6577c2c2fa15f4a3779370",
),
"windows_amd64": (
"https://downloads.haskell.org/~ghc/9.4.6/ghc-9.4.6-x86_64-unknown-mingw32.tar.xz",
"643ede1e715b91c4caac1739eb719176d58dd6c83c58c3c78f4018b2165c6bc8",
),
},
"9.6.1": {
"darwin_amd64": (
"https://downloads.haskell.org/~ghc/9.6.1/ghc-9.6.1-x86_64-apple-darwin.tar.xz",
Expand Down

0 comments on commit 8c3680c

Please sign in to comment.