If I have ``` haskell import Happstack.Server import HSP ``` `stylish-haskell` will sort it as ``` haskell import HSP import Happstack.Server ``` This is contrary to my expectation and wishes.