File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ Getting Started with Haskell
2
+ ============================
3
+
4
+ This guide is primarily oriented towards POSIX users with familiarity
5
+ and access to a shell. On Windows, ``ghc `` is installed on top of
6
+ ``msys `` which provides a POSIX shell. This document with some changes may
7
+ apply to Windows as well but it has not been tested.
8
+
1
9
Install ``ghc `` and ``cabal ``
2
10
-----------------------------
3
11
Original file line number Diff line number Diff line change 1
- Install `ghc ` and `cabal ` on Linux using Shell
1
+ Install `ghc ` and `cabal ` on POSIX using Shell
2
2
==============================================
3
3
4
- The following example is for Debian 10 For other
4
+ The following example is for Debian 10, for other
5
5
distributions replace the tar file (``.tar.xz ``) URL below
6
- with an appropriate ghc tar image URL `from this page
6
+ with an appropriate `` ghc `` tar image URL `from this page
7
7
<https://www.haskell.org/ghc/download_ghc_8_10_1.html> `_.
8
8
9
9
Install ``ghc ``
You can’t perform that action at this time.
0 commit comments