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
89e30cac
Unverified
Commit
89e30cac
authored
6 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Tweak README
parent
64e9d262
No related branches found
No related tags found
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 @
89e30cac
...
@@ -15,10 +15,13 @@ Similar in scope to [rustup](https://github.com/rust-lang-nursery/rustup.rs), [p
...
@@ -15,10 +15,13 @@ Similar in scope to [rustup](https://github.com/rust-lang-nursery/rustup.rs), [p
*
[
Usage
](
#usage
)
*
[
Usage
](
#usage
)
*
[
Design goals
](
#design-goals
)
*
[
Design goals
](
#design-goals
)
*
[
How
](
#how
)
*
[
How
](
#how
)
*
[
Known users
](
#known-users
)
*
[
Known problems
](
#known-problems
)
*
[
Known problems
](
#known-problems
)
## Installation
## Installation
Choose one of the following installation methods.
### Simple bootstrap of ghcup, GHC and cabal-install
### Simple bootstrap of ghcup, GHC and cabal-install
```
sh
```
sh
...
@@ -51,6 +54,9 @@ Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) lik
...
@@ -51,6 +54,9 @@ Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) lik
export
PATH
=
"
$HOME
/.cabal/bin:
$HOME
/.ghcup/bin:
$PATH
"
export
PATH
=
"
$HOME
/.cabal/bin:
$HOME
/.ghcup/bin:
$PATH
"
```
```
Security aware users may want to use the files from the
[
release page
](
https://github.com/haskell/ghcup/releases
)
and verify the gpg signatures.
## Usage
## Usage
See
`ghcup --help`
.
See
`ghcup --help`
.
...
@@ -99,6 +105,10 @@ Alternatively, you can also tell it to compile from source (note that this might
...
@@ -99,6 +105,10 @@ Alternatively, you can also tell it to compile from source (note that this might
In addition this script can also install
`cabal-install`
.
In addition this script can also install
`cabal-install`
.
## Known users
*
[
vabal
](
https://github.com/Franciman/vabal
)
## Known problems
## Known problems
### Limited distributions supported
### Limited distributions supported
...
...
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