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
Currently, Flycheck is not useful for such scripts even with the flycheck-haskell package. It ignores the script's options and uses global ones, which usually means a different version of GHC and a different set of packages. The result is that the checker shows some spurious errors in the top lines of the file and doesn't check further.
It would be nice if Flycheck could detect that it's checking a Haskell script which uses Stack, then select the Stack-based checker and make it use the options specified below the shebang in the script.
I think this is best handled on the flycheck-haskell side, so I'm moving it here :)
The text was updated successfully, but these errors were encountered:
From flycheck/flycheck#1441:
I think this is best handled on the flycheck-haskell side, so I'm moving it here :)
The text was updated successfully, but these errors were encountered: