Changelog of @hackage/hsimport 0.5.2

0.5.2

  • Build/tested with GHC 7.8.3

0.5.1

  • Better handling of multi line imports like:

    import Control.Monad (when)

    import Control.Monad ( when , unless )