Skip to content
Snippets Groups Projects

Update README.md

Merged Jakob Schneider Villumsen requested to merge ghcverbose into main
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -40,9 +40,11 @@ $ sudo dnf install gcc gcc-c++ gmp gmp-devel make ncurses ncurses-compat-libs nc
2. Install GHC
```bash
$ curl --proto '=https' --tlsv1.3 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_VERBOSE=1 BOOTSTRAP_HASKELL_INSTALL_HLS=1 BOOTSTRAP_HASKELL_ADJUST_BASHRC=1 sh
$ curl --proto '=https' --tlsv1.3 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_HLS=1 BOOTSTRAP_HASKELL_ADJUST_BASHRC=1 sh
```
If you want debug information during GHCup installation, then add `BOOTSTRAP_HASKELL_VERBOSE=1` to the list of `BOOTSTRAP` arguments above.
3. Open a new terminal
4. Checkout the Futhark repository and build Futhark:
Loading