Changelog of @hackage/hsimport 0.6.7
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 )