All Versions
37
Latest Version
Avg Release Cycle
126 days
Latest Release
-

Changelog History
Page 4

  • v0.2.5 Changes

    • setImportsQ added (modules can be imported both qualified and unqualified)
  • v0.2.4 Changes

    • setInstalledModsAreInScopeQualified added
    • Now depends on ghc-paths (no longer needs a custom cabal script)
  • v0.2.4.1 Changes

    • ๐Ÿ›  BUGFIX: No longer fails on expressions ending in a -- comment
  • v0.2.2 Changes

    • setOptimizations added
    • Module Language.Haskell.Interpreter.GHC.Unsafe added (contains unsafeSetGhcOption)
    • โœ… Unit tests now based on HUnit
  • v0.2.1 Changes

    • ๐Ÿ›  BUGFIX: Module reloading was broken under 6.8
    • GHC.GhcExceptions are catched and turned into InterpreterErrors
  • v0.2 Changes

    • Works also with GHC 6.8 and 6.6
    • โž• Added the getModuleExports function
    • ๐Ÿ‘ป withSession function throws a dynamic exception instead of returning Either Error a
    • Requires Cabal 1.2.x
  • v0.2.0.1 Changes

    • โž• Adds the requirement cabal-version < 1.3