Allow to build from source, fixes #2

This commit is contained in:
2018-09-30 19:39:40 +08:00
parent b9a66bb2a1
commit 92b82c4a3e
4 changed files with 168 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ This uses precompiled GHC binaries that have been
compiled on fedora/debian by
[upstream GHC](https://www.haskell.org/ghc/download_ghc_8_6_1.html#binaries).
Alternatively, you can also tell it to compile from source (note that this might
fail due to missing requirements).
In addition this script can also install `cabal-install`.
@@ -57,7 +59,7 @@ See `ghcup --help`.
## Feature considerations
- [ ] Allow to compile from source ([#2](https://github.com/hasufell/ghcup/issues/2))
- [x] Allow to compile from source ([#2](https://github.com/hasufell/ghcup/issues/2))
- [x] Allow to install cabal-install as well ([#3](https://github.com/hasufell/ghcup/issues/3))
## Known problems