hint v0.8.0 Release Notes

Release Date: 2018-05-04 // almost 6 years ago
    • ๐Ÿ‘Œ 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