Merge pull request #54 from odanoburu/patch-1

in Fedora install instructions, use dnf
This commit is contained in:
Inari Listenmaa
2020-06-03 07:00:26 +02:00
committed by GitHub

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