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: docs/configuration.md
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -111,16 +111,24 @@ gen-hie > hie.yaml # In the root directory of your project
111
111
### Explicit, manual configuration
112
112
Maybe using the generated `hie.yaml` file does not suit you.
113
113
E.g., it still does not work, or you want to fine-tune the configuration.
114
-
We recommend to start from the `hie.yaml` file generated by `implicit-hie` (see previous section) and modify it to suit your needs.
115
114
116
-
For that you need to know what *components* your project has, and the path associated with each one.
117
-
So you will need some knowledge about
118
-
[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.
119
-
120
-
**For a full explanation of how to configure it manually, refer to the [hie-bios documentation](https://github.com/mpickering/hie-bios/blob/master/README.md).**
115
+
In that case, refer to the [hie-bios explicit configuration documentation](https://github.com/haskell/hie-bios#explicit-configuration).
116
+
Keep in mind that you can start from the `hie.yaml` file generated by `implicit-hie` (see previous section) and modify it to your liking.
121
117
122
118
#### Examples of explicit `hie-yaml` configurations
0 commit comments