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

@@ -18,6 +18,9 @@ set -e
# set GHC
./ghcup -v set 8.2.2
# compile GHC from source
./ghcup -v compile 8.4.3 ghc-8.2.2
# install cabal-install
./ghcup -v install-cabal