You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/downloads.markdown
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,6 @@ isDownloads: true
6
6
7
7
# Downloads
8
8
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
-
16
9
## Recommended installation instructions
17
10
18
11
*for Linux, macOS, FreeBSD, Windows or WSL2*
@@ -21,7 +14,16 @@ This page describes the installation of the Haskell toolchain, which consists of
21
14
22
15
* * *
23
16
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
25
27
26
28
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.
0 commit comments