All Versions
37
Latest Version
Avg Release Cycle
126 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.0 Changes
- ๐ Support GHC 8.6
- โฌ๏ธ Drop support for GHC 8.0
-
v0.9.0.2 Changes
- ๐ Support GHC 8.8
- โฌ๏ธ Drop support for GHC 8.2
-
v0.9.0.1 Changes
- โ Make tests pass with stack 2.1.1
-
v0.8.0 Changes
- ๐ 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
- The files are now called
- โ 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
- โ Add
-
v0.5.1 Changes
March 18, 2016- ๐ฆ Expose
unsafeInterpret
inLanguage.Haskell.Interpreter.Unsafe
- ๐ฆ Expose
-
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
andextensible-exceptions
-
v0.4.3 Changes
March 09, 2016- ๐ New maintainer and source code repo