ndmitchell / hlint

Haskell source code suggestions
Other
1.48k stars 195 forks source link

import qualified post #1496

Closed shayne-fletcher closed 1 year ago

shayne-fletcher commented 1 year ago

change qualified imports to postpositive syntax everywhere and enable -Wprepositive-qualified-module.

ImportQualifiedPost has been available since 8.10.1 and the minimum build compiler now is 9.2.2 so it's safe to do this now.