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
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,10 @@ For that you need to know what *components* have your project and the path
174
174
associated with each one. So you will need some knowledge about
175
175
[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.
176
176
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
+
177
181
For example, to state that you want to use `stack` then the configuration file
178
182
would look like:
179
183
@@ -233,12 +237,6 @@ cradle:
233
237
component: "ghcide:exe:ghcide"
234
238
```
235
239
236
-
You can get some help to extract what components have your project running
237
-
238
-
```bash
239
-
stack ide targets
240
-
```
241
-
242
240
Or you can explicitly state the program which should be used to collect
243
241
the options by supplying the path to the program. It is interpreted
244
242
relative to the current working directory if it is not an absolute path.
0 commit comments