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
It would be really nice to be able to supply command line arguments to hlint. This is necessary to pass -o -XTypeApplications or -o -XTemplateHaskell to HLint when language extensions are defined in cabal or package.yaml files because then hlint can't pick them up from the (nonexistent in these cases) {-# LANGUAGE #-} pragmas.
The text was updated successfully, but these errors were encountered:
It would be really nice to be able to supply command line arguments to hlint. This is necessary to pass
-o -XTypeApplications
or-o -XTemplateHaskell
to HLint when language extensions are defined in cabal or package.yaml files because then hlint can't pick them up from the (nonexistent in these cases){-# LANGUAGE #-}
pragmas.The text was updated successfully, but these errors were encountered: