ghci

The library supporting GHC's interactive interpreter

Version on this page:8.2.1
LTS Haskell 16.11:8.8.3
Stackage Nightly 2020-12-14:8.10.2
Latest on Hackage:8.10.2

See all snapshots ghci appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:ghci-8.2.1@sha256:c86be9be7fb8d2e25eba4e938b37606af4e9f19e76c7590e4b2d13293b9f8fa3,2059

This library offers interfaces which mediate interactions between the ghci interactive shell and iserv, GHC's out-of-process interpreter backend.

Changes

8.2.1 Jul 2017

  • Bundled with GHC 8.2.1

  • Add support for StaticPointers in GHCi (#12356)

  • Move Typeable Binary instances to binary package

8.0.2 Jan 2017

  • Bundled with GHC 8.0.2

  • Tag pointers in interpreted constructors (#12523)

  • Add NFData instances

8.0.1 Feb 2016

  • Bundled with GHC 8.0.1

  • Initial version