All Versions
35
Latest Version
Avg Release Cycle
147 days
Latest Release
-

Changelog History
Page 1

  • v0.9.0 Changes

    • ๐Ÿ‘Œ Support GHC 8.6
    • โฌ‡๏ธ Drop support for GHC 8.0
  • v0.8.0 Changes

    May 04, 2018
    • ๐Ÿ‘Œ Support GHC 8.4
    • โฌ‡๏ธ Drop support for GHC 7.8 and 7.10
    • โž• Add runStmt to execute statements in the IO monad and bind new names
    • Internal changes of temporary files for phantom modules
      • The files are now called M<nnn>.hs instead of <nnn>
      • Improved cleanup of phantom module source files
      • ghc 8.4 only: phantom modules are put into a temporary directory
    • โž• Add typeChecksWithDetails to obtain type-checking errors
    • ๐Ÿšฆ Stop GHC from overwriting the Ctrl-C signal handler
    • โž• Add SetImportsF to allow finer imports control
  • v0.7.0 Changes

    June 13, 2017
    • ๐Ÿ‘Œ Support for GHC 8.2
    • ๐Ÿ‘Œ Support use in a dynamically-linked executable
    • โž• Add normalizeType, like ghci's :kind!
    • โฌ‡๏ธ Drop support for GHC 7.6
  • v0.6.0 Changes

    June 05, 2016
    • ๐Ÿ‘Œ Support for GHC 8.0
    • โž• Add displayException to InterpreterError
  • v0.5.2 Changes

    May 24, 2016
    • โž• Add runInterpreter variant that takes a GHC libdir at runtime
    • โž• Add missing negated extensions to the Extension type
    • โš  Do not throw GHC warnings as errors
  • v0.5.1 Changes

    March 18, 2016
    • ๐Ÿ”ฆ Expose unsafeInterpret in Language.Haskell.Interpreter.Unsafe
  • v0.5.0 Changes

    March 13, 2016
    • โฌ‡๏ธ Drop support for GHC 7.4
    • โœ‚ Remove deprecated functions and modules:
      • glasgowExtensions
      • setUseLanguageExtensions
      • setInstalledModsAreInScopeQualified
      • Language.Haskell.Interpreter.GHC
      • Language.Haskell.Interpreter.GHC.Unsafe
    • โฌ‡๏ธ Drop dependencies on ghc-mtl and extensible-exceptions
  • v0.4.3 Changes

    March 09, 2016
    • ๐Ÿ†• New maintainer and source code repo
  • v0.4.2.3 Changes

    May 20, 2015
    • โšก๏ธ It builds against 7.4.2 (not 7.4.1), so update the constraints.
  • v0.4.2.2 Changes

    February 03, 2015
    • ๐Ÿ— Builds with GHC 7.10
    • ๐Ÿ— Builds again with GHC 7.4
    • โฌ‡๏ธ Drops dependency on utf8-string