0.8.8
-----
* Update README

0.8.7
-----
* Raise upper bound of 'haskell-src-exts'
* Tested with ghc 8.6.3

0.8.6
-----
* Raise upper bounds of tasty
* Tested with GHC 8.4.2

0.8.5
-----
* Raise upper bounds of tasty and haskell-src-exts

0.8.3
-----
* Raise upper bound of directory

0.8.2
-----
* Update README

0.8.1
-----
* Use SrcSpan info of haskell-src-exts instead of parsing import declarations by hand

0.8.0
-----
* Changes for haskell-src-exts 1.18.0
* Support GHC 8.0.1

0.7.1
-----
* Switch from lens to microlens (for faster compiling)

0.7
---
* Changes for haskell-src-exts 1.17.0

0.6.7
-----
* More robust handling of invalid Haskell source code

0.6.6
-----
* Raise upper bounds of dependencies

0.6.5
-----
* Support GHC 7.10.1

0.6.4
-----
* Raise upper bounds of dependencies

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
      )
