-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support curly braces #28
Comments
Is cabal indent insensitive within curly blocks? |
What does index sensitive mean? |
oops, indent insensitive. |
Just hit this trying to load the Graphviz library in to HLS. No idea why it uses those braces, but, well, if Cabal accepts them... |
Unfortunately, I don't have any time to work on this in the next two weeks. |
I ran into this with |
I'll take a look this weekend. |
Cabal files apparently allows writing curly braces around blocks, which confuses implicit-hie. For example, this file: https://github.com/ivan-m/graphviz/blob/42dbb6312d7edf789d7055079de7b4fa099a4acc/graphviz.cabal#L59
will generate a
hie.yaml
file like thisinstead of the expected
The text was updated successfully, but these errors were encountered: