Skip to content

Commit d1eb2a9

Browse files
authored
Troubleshooting: Add solution from haskell#1882
1 parent a538641 commit d1eb2a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/troubleshooting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,7 @@ Due to some limitations in the interaction between HLS and `stack`, there are [i
215215

216216
- The project has to be built succesfully *before* loading it with HLS to get components other than the library work.
217217
- Changes in the library are not automatically propagated to other components, especially in the presence of errors in the library. So you have to restart HLS in order for those components to be loaded correctly. The usual symptom is the editor showing errors like `Could not load module ...` or `Cannot satisfy -package ...`.
218+
219+
### HLS stops with "Assertion failed"
220+
221+
Try deleting the directory `$HOME/.cache/hie-bios`. (See #1882)

0 commit comments

Comments
 (0)