diff --git a/haskell/gen_ghc_bindist.py b/haskell/gen_ghc_bindist.py index 3728b12c63..f058a26dd1 100755 --- a/haskell/gen_ghc_bindist.py +++ b/haskell/gen_ghc_bindist.py @@ -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", diff --git a/haskell/private/ghc_bindist_generated.bzl b/haskell/private/ghc_bindist_generated.bzl index a7bd715d26..6c3542f506 100644 --- a/haskell/private/ghc_bindist_generated.bzl +++ b/haskell/private/ghc_bindist_generated.bzl @@ -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",