haskell-tools-ast-gen v0.4 Release Notes

Release Date: 2016-12-16 // over 7 years ago
    • Inline Binding refactoring
    • Solved various issues of other refactorings:
      • Renaming a module produce a new module in the original module's source dir
      • Error for GenerateSignature when bindings have complex pattern left-hand-side
      • Resolved ExtractBinding indentation conflicts with case alternatives
      • Error for inline binding if the binding is not used
      • Generate type signature: detect when the generated signature needs type variables fixed
      • Elements now keep their indentation relative to parents when a binding is extracted out
    • Load compilation options from cabal file
    • Enable relative indentation for newly generated AST elements