haskell / haskell/stylish-haskell
Shouldn't post_qualify: true be default now that false gives warnings?
Open
- Dominant language
- Haskell
- Stars
- 1k
- Forks
- 153
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.