stylish-haskell icon indicating copy to clipboard operation
stylish-haskell copied to clipboard

Shouldn't post_qualify: true be default now that false gives warnings?

Open danwdart opened this issue 1 year ago • 1 comments

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!

danwdart avatar Jun 09 '23 19:06 danwdart