Skip to content

ghcid: use multi repl for ghcid

Cheng Shao requested to merge wip/ghcid-multi-repl into master

This patch uses the multi repl script to power ghcid. It enables some boot libraries to be loaded into ghci in addition to the ghc package, and is useful for fast interactive feedback when changing sources in both the compiler and those libraries.

Merge request reports