-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please add a resolver for ghc-9.2.3 #5761
Comments
|
If you cannot wait, I think you can do something like this:
ghc:
windows64:
9.2.3:
url: "http://downloads.haskell.org/~ghc/9.2.3/ghc-9.2.3-x86_64-unknown-mingw32.tar.xz"
content-length: 504613996
sha1: 0c3ea029fb9b9c6a0ceeee453d76b2ec474eb25c
sha256: 0543d80c1ef453a5f82d0a2bc436f93d2feb3d5855114c8a78a12c561c9bc8df
sevenzexe-info:
url: "https://github.com/fpco/minghc/blob/master/bin/7z.exe?raw=true"
content-length: 73728
sha1: 187dff8a3327da87050f678579816e5bae40c632
sevenzdll-info:
url: "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true"
content-length: 447488
sha1: 168a288d4456f0473f66e86a2d6fec4eb6f4b993 I took the URL from this site: https://www.haskell.org/ghc/download_ghc_9_2_3.html#binaries. I downloaded the file to see what size it was in bytes ( I took the
|
@mpilgrem this is awesome information, thanks so much mike! ok, so i was able to use this to get some local testing going and that enables me to make progress while we wait on commercialhaskell/stackage-content#103 and i get CI builds going at this version. i'll close this ticket. thanks!! |
oh, just for completeness, i wrote ghc:
macosx:
9.2.3:
url: http://downloads.haskell.org/~ghc/9.2.3/ghc-9.2.3-x86_64-apple-darwin.tar.bz2
content-length: 279717482
sha1: 213391478ba6bf7cc81c89a2959360e58b811c54
sha256: f6803356d2ddb4ad3d68372bf23ef61d2a9bc670c099086319f2bee96c457a0a and used it to install ghc-9.2.3 via, stack --setup-info-yaml stack-setup-2-ghc-9.2.3.yaml --resolver ghc-9.2.3 setup |
|
The text was updated successfully, but these errors were encountered: