All Versions
22
Latest Version
Avg Release Cycle
125 days
Latest Release
1353 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.8.1 Changes
- ๐ Use SrcSpan info of haskell-src-exts instead of parsing import declarations by hand
-
v0.8.0 Changes
- ๐ Changes for haskell-src-exts 1.18.0
- ๐ Support GHC 8.0.1
-
v0.7.1 Changes
- Switch from lens to microlens (for faster compiling)
0.7
- ๐ Changes for haskell-src-exts 1.17.0
-
v0.6.7 Changes
- More robust handling of invalid Haskell source code
-
v0.6.6 Changes
- Raise upper bounds of dependencies
-
v0.6.5 Changes
- ๐ Support GHC 7.10.1
-
v0.6.4 Changes
- Raise upper bounds of dependencies
-
v0.6.3 Changes
- Raise upper bounds of dependencies
-
v0.6.2 Changes
- ๐ Fixing build failure of tasty 0.8.1.3
-
v0.6.1 Changes
- ๐ 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