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
So SHM suddenly decides that things like shm-supported-languages is not going to work because it thinks I'm using stack for a project when there isn't even a stack.yaml file in this project.
It seems that the reason being is that shm-stack-find-file is finding my ~/.stylish-haskell.yaml for some strange reason and thinking that because of that I have a stack.yaml file and thus want to use stack.
So SHM suddenly decides that things like
shm-supported-languages
is not going to work because it thinks I'm using stack for a project when there isn't even astack.yaml
file in this project.It seems that the reason being is that
shm-stack-find-file
is finding my~/.stylish-haskell.yaml
for some strange reason and thinking that because of that I have astack.yaml
file and thus want to usestack
.(Not to mention the seemingly redundant double-usage of
not
: https://github.com/chrisdone/structured-haskell-mode/blob/master/elisp/shm-stack.el#L27 )Maybe something like what haskell-mode has could be used:
The text was updated successfully, but these errors were encountered: