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
Now that import qualified A is a new warning -Wprepositive-qualified-module without the use of -XImportQualifiedPost, and should be import A qualified, how do I tell stylish-haskell to not convert the correct order to the incorrect order?
Thanks!
The text was updated successfully, but these errors were encountered:
Now that
import qualified A
is a new warning-Wprepositive-qualified-module
without the use of-XImportQualifiedPost
, and should beimport A qualified
, how do I tell stylish-haskell to not convert the correct order to the incorrect order?Thanks!
The text was updated successfully, but these errors were encountered: