Skip to content

Commit

Permalink
Update documentation to indicate that the latest GHC version may fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sdzeg authored and Jimbo4350 committed Mar 2, 2021
1 parent 9de088d commit 2bdab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting-started/install.md
Expand Up @@ -90,7 +90,7 @@ Create a working directory for your builds:
./configure
sudo make install

This assumes GHC 8.10.2 on Linux (the most recent version at the time of writing). If you are installing on MacOSX or Windows, download the compiler from `https://www.haskell.org/platform/mac.html` instead, and follow the installation instructions.
This assumes GHC 8.10.2 on Linux (the most recent version at the time of writing). If you are installing on MacOSX or Windows, download the compiler from `https://www.haskell.org/platform/mac.html` instead, and follow the installation instructions. Note that using a newer version than the one specified may produce compilation errors.

#### Install Libsodium

Expand Down

0 comments on commit 2bdab70

Please sign in to comment.