Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
ghcup-hs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Hubert Badocha
ghcup-hs
Commits
1680c5c4
Verified
Commit
1680c5c4
authored
2 years ago
by
Julian Ospald
Browse files
Options
Downloads
Patches
Plain Diff
Improvements
parent
e74fb456
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/guide.md
+1
-1
1 addition, 1 deletion
docs/guide.md
docs/index.md
+1
-0
1 addition, 0 deletions
docs/index.md
docs/steps.md
+6
-1
6 additions, 1 deletion
docs/steps.md
with
8 additions
and
2 deletions
docs/guide.md
+
1
−
1
View file @
1680c5c4
# User Guide
`ghcup --help`
is your friend.
This is a more in-depth guide specific to GHCup.
`ghcup --help`
is your friend.
## Basic usage
...
...
This diff is collapsed.
Click to expand it.
docs/index.md
+
1
−
0
View file @
1680c5c4
...
...
@@ -17,6 +17,7 @@ hide:
<div
class=
"text-center main-buttons"
>
<a
href=
"install/"
class=
"btn btn-primary"
role=
"button"
>
Getting Started
</a>
<a
href=
"steps/"
class=
"btn btn-primary"
role=
"button"
>
First steps
</a>
<a
href=
"guide/"
class=
"btn btn-primary"
role=
"button"
>
User Guide
</a>
</div>
...
...
This diff is collapsed.
Click to expand it.
docs/steps.md
+
6
−
1
View file @
1680c5c4
...
...
@@ -4,7 +4,6 @@ In this guide we'll take a look at a few core tools that are installed
with the Haskell toolchain, namely,
`ghc`
,
`runghc`
and
`ghci`
.
These tools can be used to compile, interpret or explore Haskell programs.
First, let's start by opening your system's command line interface
and running
`ghc --version`
to make sure we have successfully
installed a Haskell toolchain:
...
...
@@ -323,6 +322,12 @@ see the [Cabal user guide](https://cabal.readthedocs.io/en/stable/getting-starte
# Where to go from here
<div
class=
"text-center main-buttons"
>
<a
href=
"https://hackage.haskell.org/"
class=
"btn btn-primary"
role=
"button"
>
Discover Haskell packages
</a>
<a
href=
"https://hackage.haskell.org/package/base"
class=
"btn btn-primary"
role=
"button"
>
The standard library
</a>
<a
href=
"https://haskell-language-server.readthedocs.io/en/stable/installation.html"
class=
"btn btn-primary"
role=
"button"
>
Editor setup with HLS
</a>
</div>
## How to learn Haskell proper
To learn Haskell, try any of those:
...
...
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