Matthew Wilson
Matthew Wilson
Hi there, Adding a `hie.yaml` file with the contents ``` cradle: stack: ``` seemed to fix the issue for me.
Hi @jneira When I remove the `hie.yaml` file I get the following error:  When I reload developer window, that error is gone and the former error is reproduced: ...
> Hi, thanks for the bug report. Unfortunately the editor not always reflect changes on the fly, does the error persist after closing the editor, execute `stack build` in a...
Okay so I've made a new project to try to provide as much information as possible: Initial steps: 1. Created new package with `stack new ninety-nine-problems` 2. Opened code in...