We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce551c commit 4531a7fCopy full SHA for 4531a7f
haskell/ghc_bindist.bzl
@@ -344,6 +344,9 @@ GHC_BINDIST_STRIP_PREFIX = \
344
"darwin_amd64": "ghc-9.2.1-x86_64-apple-darwin",
345
"windows_amd64": "ghc-9.2.1-x86_64-unknown-mingw32",
346
},
347
+ "9.0.1": {
348
+ "windows_amd64": "ghc-9.0.1-x86_64-unknown-mingw32",
349
+ },
350
}
351
352
GHC_BINDIST_LIBDIR = \
0 commit comments