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 GitHub
parent 5846622c4d
commit 11201d8645

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**