Skip to content

Commit b266b4e

Browse files
committed
Deemphasise section about Haskell toolchain
because installation instructions are the most important
1 parent cdcea51 commit b266b4e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

site/downloads.markdown

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ isDownloads: true
66

77
# Downloads
88

9-
This page describes the installation of the Haskell toolchain, which consists of the following tools:
10-
11-
* [GHC](https://www.haskell.org/ghc/): the Glasgow Haskell Compiler
12-
* [cabal-install](https://cabal.readthedocs.io): the Cabal installation tool for managing Haskell software
13-
* [Stack](https://docs.haskellstack.org): a cross-platform program for developing Haskell projects
14-
* [haskell-language-server](https://github.com/haskell/haskell-language-server) (optional): A language server for developers to integrate with their editor/IDE
15-
169
## Recommended installation instructions
1710

1811
*for Linux, macOS, FreeBSD, Windows or WSL2*
@@ -21,7 +14,16 @@ This page describes the installation of the Haskell toolchain, which consists of
2114

2215
* * *
2316

24-
### Via native OS package manager
17+
### Find out more about the Haskell toolchain
18+
19+
The Haskell toolchain consists of the following tools:
20+
21+
* [GHC](https://www.haskell.org/ghc/): the Glasgow Haskell Compiler
22+
* [cabal-install](https://cabal.readthedocs.io): the Cabal installation tool for managing Haskell software
23+
* [Stack](https://docs.haskellstack.org): a cross-platform program for developing Haskell projects
24+
* [haskell-language-server](https://github.com/haskell/haskell-language-server) (optional): A language server for developers to integrate with their editor/IDE
25+
26+
### Installation via native OS package manager
2527

2628
Alternatively, many operating systems provide GHC, cabal and Stack through their native package manager. The packages are often out-of-date but if you prefer to use this method of installation then you will find useful links below.
2729

0 commit comments

Comments
 (0)