-
Notifications
You must be signed in to change notification settings - Fork 92
Description
(Note: this is just a suggestion, I hope to contribute something constructive in this recent heated discussion)
Are there proposals for how to update the page to make this more clear? Those would be welcome, but ideally tracked under another ticket. This discussion hopefully can stick to the name given to the minimal platform with the additional understanding that there will also be other differentiating text elsewhere.
Other distributions would include Stack and HP full with a more technical motivation (e.g. Haskell platform about the extra libs, why that may be useful for limited network access etc.)
After reading through the recent discussions, it seems that this would address most problems:
- It is completely straightforward what to choose for beginners new to the language, instead of being presented with different options and lengthy descriptions.
- Both cabal and stack workflows are available
- A getting started guide/example is the logical next step for new people (this should probably use stack, as it seems to be quite stable and well-received by new users)
- Other advanced/alternative Haskell distributions are also available (stack/full platform)
I've only seen two convincing technical arguments in the stack vs HP discussion.
- Slow release cycles might result in an outdated stack (and other tools). However, stack has an automated upgrade function.
- Stack in HP does not find installed msys when using system ghc haskell/haskell-platform#251
