[Haskell] GHCi plugin, renewed

I’ve created a new release of the GHCi session plugin. There are a couple of key differences:

  • The Linux binary in the previous version was dynamically linked. This prevented the plugin from working with a different version of GHCi than the one it was compiled with. The binary is statically linked now, and should work with your version of GHC.
  • Versioning has changed to the Haskell versioning schema.
  • Licensing has changed to GPL3.

The repo page is https://github.com/CubOfJudahsLion/tm-ghci. Download the new release at https://github.com/CubOfJudahsLion/tm-ghci/releases/tag/v0.2.0.0-alpha.

Please create an issue if you find any problems.

2 Likes