Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 2f86977

Browse files
committed
Remove mention of cabal-install from README
Build scripts take care of it
1 parent d2a6f24 commit 2f86977

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,6 @@ git clone https://github.com/haskell/haskell-ide-engine --recursive
128128
cd haskell-ide-engine
129129
```
130130

131-
In order to support both stack and cabal, HIE requires `cabal-install`
132-
as well. If it is not already installed, install it and update its package list:
133-
134-
```bash
135-
stack install cabal-install
136-
cabal update
137-
```
138-
139131
#### Choose your GHC version
140132

141133
The GHC version you are going to install HIE for depends on which version of GHC you are using for your project. If you don't have a current project there are two potential options:
@@ -227,14 +219,6 @@ git clone https://github.com/haskell/haskell-ide-engine --recursive
227219
cd haskell-ide-engine
228220
```
229221

230-
In order to support both stack and cabal, HIE requires `cabal-install`
231-
as well. If it is not already installed, install it and update its package list:
232-
233-
```bash
234-
stack install cabal-install
235-
cabal update
236-
```
237-
238222
#### Install *all* available GHC versions
239223

240224
*Warning*: Requires 20+ GB of space and potentially more than 2 hours to install, so please be patient!

0 commit comments

Comments
 (0)