Skip to content

Commit 046f907

Browse files
committed
Merge branch 'stable' of github.com:commercialhaskell/stack into stable
2 parents a8fbb7e + 25203a3 commit 046f907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install_and_upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ or:
254254

255255
* Ensure you have required system dependencies installed. These include GCC, GNU make, xz, perl, libgmp, libffi, and zlib. We also recommend Git and GPG. To install these using your package manager:
256256
* Debian / Ubuntu: `sudo apt-get install g++ gcc libc6-dev libffi-dev libgmp-dev make xz-utils zlib1g-dev git gnupg netbase`
257-
* Fedora / CentOS: `sudo dnf install perl make automake gcc gmp-devel libffi zlib xz tar git gnupg` (use `yum` instead of `dnf` on CentOS and Fedora <= 21)
257+
* Fedora / CentOS: `sudo dnf install perl make automake gcc gmp-devel libffi zlib zlib-devel xz tar git gnupg` (use `yum` instead of `dnf` on CentOS and Fedora <= 21)
258258
* Fedora 24: In order to use `stack setup` on a 32-bit system, you may
259259
need to run `sudo dnf install ncurses-compat-libs`. If this package is
260260
not installed, Stack may not be able to install 32-bit GHC versions.

0 commit comments

Comments
 (0)