packages feed

hsimport-0.6.3: CHANGELOG

0.6.3
-----
* Raise upper bounds of dependencies

0.6.2
-----
* Fixing build failure of tasty 0.8.1.3

0.6.1
-----
* Changes for haskell-src-exts 1.16.0

0.6
---
* Add option '--as'

    $> hsimport -m 'Control.Monad' --as 'CM' SomeSource.hs
    => import Control.Monad as CM

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
      )