-
Notifications
You must be signed in to change notification settings - Fork 17
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
*nix installation instructions not working as written #42
Comments
Same problem here, thanks for pointing out ghcup works. Haven't tried stack with --snapshot option Error: [S-4804]
|
@lhw365 If you haven't done so already, the commands I provided resulted in a successful installation The following dependencies are required prior to running (for debian 12): |
The installation instructions for *nix (debian 12 specifically) did not work as written, constant issues with stack and dependency hell. I am also not familiar with Haskell; maybe a PEBKAC issue. I was able to finally compile from source and install it properly with
ghcup
though.I ran the following (as root) to successfully compile and install.
Using
ghcup
to install haskell instead ofstack
solved my issues of installation.The text was updated successfully, but these errors were encountered: