You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This is the Visual Studio Code extension for the [Haskell programming language](
17
17
## Requirements
18
18
19
19
- For standalone `.hs`/`.lhs` files, [ghc](https://www.haskell.org/ghc/) must be installed and on the PATH. The easiest way to install it is with [ghcup](https://www.haskell.org/ghcup/).
20
-
- For Cabal based projects, [cabal-install](https://www.haskell.org/cabal/) must be installed and on the PATH. It can also be installed with [ghcup](https://www.haskell.org/ghcup/).
20
+
- For Cabal based projects, both ghc and [cabal-install](https://www.haskell.org/cabal/) must be installed and on the PATH. It can also be installed with [ghcup](https://www.haskell.org/ghcup/).
21
21
- For Stack based projects, [stack](http://haskellstack.org) must be installed and on the PATH.
22
22
23
23
## Supported GHC versions
@@ -79,13 +79,13 @@ There are a few placeholders which will be expanded:
79
79
80
80
Haskell Language Server can display Haddock documentation on hover and in code completion for your code if you have built your project with haddock enabled.
0 commit comments