Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZKG
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Schneider Villumsen
ZKG
Merge requests
!5
Update README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update README.md
ghcverbose
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jakob Schneider Villumsen
requested to merge
ghcverbose
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
dffefd4b
1 commit,
1 year ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
3
−
1
Options
@@ -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