-
Notifications
You must be signed in to change notification settings - Fork 3
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
Provide balanced installation/contribution instructions #21
Comments
Hi! That's a great idea. Providing contribution instructions using cabal should be trivial, it should already “just work”. I will do that. I probably won’t maintain a stack.yaml though, I never personally use that tool and it is kinda subsumed by what nix does. |
This would be great. For example, trying just now:
Apparently does not work, resulting in the following error:
|
can you come around? I don’t think the reason has anything to do with the installation, it’s an upstream bug in the security advisories tooling. The PR I have open there will fix it. |
The issue is how |
[chore] documentation update for #21, repair nix dev env
Both the installation section and the contribution section tell me to use nix as the first option. In the worst case, this will make an uninformed newcomer install nix and go down a rabbit hole of tooling nightmares (YMMV).
I suggest to be a bit more balanced. Cabal and Stack are by far the most popular options to build haskell projects: https://taylor.fausak.me/2022/11/18/haskell-survey-results/#s3q0
I don't see a
stack.yaml
in this repo either.The text was updated successfully, but these errors were encountered: