Skip to content

Releases: haskell-hint/hint

v0.9.0.1

08 Jul 11:22
Compare
Choose a tag to compare
  • Make tests pass with stack 2.1.1

v0.9.0

07 Oct 10:19
Compare
Choose a tag to compare
  • Support GHC 8.6
  • Drop support for GHC 8.0

v0.8.0

04 May 09:19
Compare
Choose a tag to compare
  • 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

13 Jun 09:26
Compare
Choose a tag to compare
  • 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

08 Jun 11:45
Compare
Choose a tag to compare
  • Support for GHC 8.0
  • Add displayException to InterpreterError

v0.5.2

24 May 12:03
Compare
Choose a tag to compare
  • 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

18 Mar 12:31
Compare
Choose a tag to compare
  • Expose unsafeInterpret in Language.Haskell.Interpreter.Unsafe

v0.5.0

13 Mar 22:30
Compare
Choose a tag to compare
  • 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