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
{{ message }}
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
hlint tries to parse quasiquoted content as haskell code and warns about parsing errors everywhere. It is possible with -X option calm it down, but there's no setting to configure this.
Even better, if hlint could receive language options collected from cabal and module automatically.
UPD: Hmm. Hlint gets options from module header, but not cabal...
The text was updated successfully, but these errors were encountered:
Yes. This is mostly a ghc-mod problem. I'm aware of it, but didn't manage to get myself to fix it yet. Workaround for the time being is specifying flags in module header...
hlint
tries to parse quasiquoted content as haskell code and warns about parsing errors everywhere. It is possible with-X
option calm it down, but there's no setting to configure this.Even better, if hlint could receive language options collected from cabal and module automatically.
UPD: Hmm. Hlint gets options from module header, but not cabal...
The text was updated successfully, but these errors were encountered: