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
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,10 @@ HIE builds from source code, so there's a couple of extra steps.
152
152
*`stack` must be in your PATH
153
153
*`git` must be in your PATH
154
154
* Stack local bin directory must be in your PATH. Get it with `stack path --local-bin`
155
+
* To make hlint suggestions work, `hie` must locate the [hlint configuration yaml file](https://raw.githubusercontent.com/ndmitchell/hlint/master/data/hlint.yaml). The file is searched in order in the following locations:
156
+
* In the directory pointed by the environment variable `$HLINT_DATADIR`.
157
+
* If hie was installed using stack or cabal, in a tool-specific internal installation directory.
158
+
* And finally in a subdirectory named `data` inside the directory where the `hie` executable is.
155
159
156
160
Tip: you can quickly check if some command is in your path by running the command.
157
161
If you receive some meaningful output instead of "command not found"-like message
0 commit comments