All Versions
22
Latest Version
Avg Release Cycle
125 days
Latest Release
1353 days ago

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