Skip to content

Commit 7eca41a

Browse files
committed
Mention implicit-hie
1 parent 2be97e8 commit 7eca41a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ For that you need to know what *components* have your project and the path
174174
associated with each one. So you will need some knowledge about
175175
[stack](https://docs.haskellstack.org/en/stable/build_command/#components) or [cabal](https://cabal.readthedocs.io/en/latest/cabal-commands.html?#cabal-v2-build) components.
176176

177+
You also can use [this utility](https://github.com/Avi-D-coder/implicit-hie
178+
) to generate automatically `hie.yaml` files for
179+
the most common stack and cabal configurations
180+
177181
For example, to state that you want to use `stack` then the configuration file
178182
would look like:
179183

@@ -233,12 +237,6 @@ cradle:
233237
component: "ghcide:exe:ghcide"
234238
```
235239

236-
You can get some help to extract what components have your project running
237-
238-
```bash
239-
stack ide targets
240-
```
241-
242240
Or you can explicitly state the program which should be used to collect
243241
the options by supplying the path to the program. It is interpreted
244242
relative to the current working directory if it is not an absolute path.

0 commit comments

Comments
 (0)