-
Notifications
You must be signed in to change notification settings - Fork 841
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
Add to FAQ how to trick stack to install a GHC binary archive on Windows #1920
Comments
So I've got this: https://www.haskell.org/ghc/download_ghc_7_10_3#windows64
But it is not clear what are the
So I am unsure if putting file there can trick |
Success! Hail the power of Everything. By searching Maybe this is worth mentioning in FAQ? |
I am so confused. I have full control of the home dir for sure, but I get Full error:
|
Not exactly a frequent question, so I'm not sure if it belongs in the FAQ. It might be worth having something document the folder structure, though, including the programs folder. Just having this issue is good for letting people know how to do it in the future. Note that this isn't very windows specific. The tarballs just go in RE the |
Great advice. Until #2240 gets fixed, this should be in the manual. |
Sure, by popular demand I'd accept a PR adding a note about this to the manual. |
|
@tycho01 The issue is that is an ancient version of stack. |
@msgloan: thanks! 😄 |
I think that this is a bad idea.
Then download the ghc locally and set it in your
Of course, you should modify the above to fit your case, but note that the |
@tycho01's work around doesn't work for me. stack keeps trying to redownload things. Here's my ghc dir:
|
Due to connection issues it is extremely slow to
stack setup
here. I tried to sethttp_proxy
but got a segfault instead.Is there a place I can download the exact same thing as
stack setup
and put it manually into where it is supposed to be?The text was updated successfully, but these errors were encountered: