diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-08-16 09:07:59 +0800 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-08-16 09:07:59 +0800 |
| commit | 8ec13b1030f21f5938e4129d2b2a800645721cc0 (patch) | |
| tree | 749dab82f65232f52c8b4d757564a6acdfc5b8b2 /download/index-3.11.md | |
| parent | 058526ec5d33759f5f19dedc4767276009888a97 (diff) | |
Uncomment installation instructions from Hackage
Diffstat (limited to 'download/index-3.11.md')
| -rw-r--r-- | download/index-3.11.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/download/index-3.11.md b/download/index-3.11.md index 4f2798a0a..25b4cf7fb 100644 --- a/download/index-3.11.md +++ b/download/index-3.11.md @@ -53,10 +53,11 @@ You will probably need to update the `PATH` environment variable to include your For more information, see [Using GF on Windows](https://www.grammaticalframework.org/~inari/gf-windows.html) (latest updated for Windows 10). -<!--## Installing the latest Hackage release (macOS, Linux, and WSL2 on Windows) +## Installing the latest Hackage release (macOS, Linux, and WSL2 on Windows) [GF is on Hackage](http://hackage.haskell.org/package/gf), so under -normal circumstances the procedure is fairly simple: +normal circumstances the procedure is fairly simple. +If you already have a version of GHC between 7.10 and 8.10, go directly to point 4. 1. Install ghcup https://www.haskell.org/ghcup/ 2. `ghcup install ghc 8.10.4` @@ -92,8 +93,8 @@ Here is one way to do this: **GHC version** -The GF source code has been updated to compile with GHC versions 7.10 through to 8.8. ---> +The GF source code has been updated to compile with GHC versions 7.10 through to 8.10. + ## Installing from the latest developer source code If you haven't already, clone the repository with: |
