in Fedora install instructions, use dnf

dnf is the new yum, see https://fedoramagazine.org/5tftw-2014-06-10/
This commit is contained in:
bc²
2020-06-02 20:54:15 -03:00
committed by Michael Elsdörfer
parent 8d4eb9288a
commit 7abad1f4bf

View File

@@ -114,7 +114,7 @@ automatically by cabal, and therefore need to be installed manually.
Here is one way to do this:
- On Ubuntu: `sudo apt-get install libghc-haskeline-dev`
- On Fedora: `sudo yum install ghc-haskeline-devel`
- On Fedora: `sudo dnf install ghc-haskeline-devel`
**GHC version**