-
Notifications
You must be signed in to change notification settings - Fork 848
Haskell Stack on Amazon Web Service, EC2 environment #4155
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
Comments
Hello @KalikaKay, what's the output of I think this relates to commercialhaskell/stackage#2759. The fix for the cassava issue is in stack 1.6.1, so the upgrade should help. There has been an issue recently with lts-12.0 and fedora (see #4144 — that's fedora 27 not 22, but the issue is likely the same.) That should now be fixed — but you'll need a more recent version of stack than 1.5.1 |
After a bit of a break, I deleted everything and am starting from scratch using the generic Linux version stack --version reveals:
That's cool. Now I'm troubleshooting this error
So I ran stack path, just to check that everything's cool.
So I ran the raw command to do the gmake install from the folder it directed and now I'm filtering through a ton of information. . . . Looks like, I need more space. I'm working with 8 gigs, how much space do I need? Sigh. I'll figure out how to get more space on this one - at any rate, I got the base of what I needed. Thank you, so much @dbaynard! I appreciate the help. ETA: AWS Cloud9 says that the free tier includes 8GB, but after an initial quick-setup; I'm only left with two! I'm reaching out to Amazon - in the interim, I think we can close this one. There's not much else that can be done on the Haskell side, is there? |
Unless a |
Uh oh!
There was an error while loading. Please reload this page.
I'm working to get Haskell stack installed on AWS using the Cloud9 environment.
I've attempted various installation techniques including implementing the Fedora 22 stack and generic linux guidelines as provided on the website.
with the fedora 22 stack installation, I receive the following when running the stack path commands:
Running stack upgrade provides similar results.
My environmental variables contain the recommended $HOME/.local/bin variable, but that's no guarantee that my installation is referencing or expecting that variable.
The generic linux installation command provides the following information:
Using the CentOs/Amazon Linux/Red Hat version, I'm getting the following after calling stack upgrade.
running
stack path
should give me a list of available stack commands, but now I'm getting this, instead:I'll go and figure out what's wrong, eventually; since there was a request for input, I thought I'd go ahead and submit this one.
Thanks!
ETA:
My eyes are going cross on this one, I could've sworn that there wasn't an Amazon Linux on there.
Lol.
The text was updated successfully, but these errors were encountered: