From 1680c5c448d59a3f80a79897063c5f6c2cc402b3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 2 Apr 2022 23:31:35 +0200 Subject: [PATCH] Improvements --- docs/guide.md | 2 +- docs/index.md | 1 + docs/steps.md | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/guide.md b/docs/guide.md index 8d4bfe6..a5867fe 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -1,6 +1,6 @@ # User Guide -`ghcup --help` is your friend. +This is a more in-depth guide specific to GHCup. `ghcup --help` is your friend. ## Basic usage diff --git a/docs/index.md b/docs/index.md index 300d3f3..2773b55 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,7 @@ hide:
Getting Started +First steps User Guide
diff --git a/docs/steps.md b/docs/steps.md index 8cb60d5..394a507 100644 --- a/docs/steps.md +++ b/docs/steps.md @@ -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 +
+Discover Haskell packages +The standard library +Editor setup with HLS +
+ ## How to learn Haskell proper To learn Haskell, try any of those: