Skip to content

Commit 10ae0bc

Browse files
pp3345pvalena
authored andcommitted
Fix wrong package name
`cabal` should be `cabal-install`
1 parent b0da22f commit 10ae0bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tech/languages/haskell/leksah.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages with automatic build of dependencies. It enables standard IDE features
1212
To install Leksah run command:
1313

1414
```
15-
$ sudo dnf install ghc cabal
15+
$ sudo dnf install ghc cabal-install
1616
```
1717

1818
or install Haskell Platform by command:

0 commit comments

Comments
 (0)