Neil Mitchell

Results 1206 comments of Neil Mitchell

Sorry, on holiday at the moment. You need to come up with a stack invocation that gets you into ghci without asking for any options. Things like main-is need to...

Does it work if you pass it on the command line instead of in a file? If you drop the single quotes from the file does it work?

Thanks for the report. First thought is if this is a bug in ghcid, or one in ghci that is surfacing. If you do this in ghci, and hit `:reload`...

The complete output from -v would be useful (paste it into a GitHub gist and link here)

I don't see any files attached or linked?

It's certainly possible, but requires a relatively large refactor to do. Ultimately I suspect people are better off using an IDE which can do that kind of thing better (once...

Looking at #26, and the documentation that went with it, I think the intention was that `a {b=c}` isn't an update, but `a{ b = c }` is. These rules...

I have a great deal of difficulty developing this plugin, since its on Windows, and segfaults most of the time when I try and do stuff with it. I made...

Not quite sure I follow from those two diffs what is required. Patch most welcome.