Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
ghcup
Commits
2e050162
Unverified
Commit
2e050162
authored
6 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Add note about compilation issues to known problems in README.md
parent
ba80c6e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-0
10 additions, 0 deletions
README.md
with
10 additions
and
0 deletions
README.md
+
10
−
0
View file @
2e050162
...
...
@@ -64,9 +64,19 @@ See `ghcup --help`.
## Known problems
### Precompiled binaries
Since this uses precompiled binaries you may run into
problems with ncurses and missing libtinfo, in case
your distribution doesn't use the legacy way of building
ncurses and has no compatibility symlinks in place.
Ask your distributor on how to solve this.
### Compilation
Although this script can compile GHC for you, it's just a very thing
wrapper around the build system. It makes no effort in trying
to figure out whether you have the current toolchain and
the correct dependencies. Refer to
[
the official docs
](
https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Linux
)
on how to prepare your environment for building GHC.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment