Improve README

This commit is contained in:
Julian Ospald 2018-10-16 14:43:29 +08:00
parent 0a5e5cb937
commit 28427b03e7
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 2 deletions

View File

@ -29,9 +29,11 @@ In addition this script can also install `cabal-install`.
## Why
I don't use stack, but `cabal new-*` and system GHC versions
`cabal new-*` manages your haskell packages, but not GHC versions, since
it follows the unix philosophy. Unfortunately system GHC versions
are often either outdated or cannot be installed in parallel
with proper symlink management.
with proper symlink management on many distros. This tool
tries to fill that gap and be fairly distro-agnostic.
Inspired by [rustup](https://github.com/rust-lang-nursery/rustup.rs).