It'd be nice if stylish-haskell could remove duplicate imports like:
import qualified Data.Aeson as JSON
import qualified Data.Aeson as JSON
Cases like this happen when you merge two modules into one and just mash two import lists together during the merge.