summaryrefslogtreecommitdiff
path: root/utils/ghc-in-ghci/inner.ghci
Commit message (Collapse)AuthorAgeFilesLines
* ghc-in-ghci: Drop itBen Gamari2021-02-141-1/+0
| | | | | isovector recently noticed that it is broken and regardless it is superceded by `hadrian/ghci`.
* Add a script for running a ghci that can load and run ghcMichael Sloan2018-07-271-0/+1
Add scripts and .ghci files for loading GHC into GHCi Major credit to Csongor Kiss who wrote nearly all of settings.ghci Some small modifications to GHC are needed to make this work, and this diff depends on [D4986](https://phabricator.haskell.org/D4986) being merged. Test Plan: Manual for now. I have some thoughts on how to run the entire testsuite against GHC-in-GHCi. Reviewers: alpmestan, mpickering, goldfire, bgamari, erikd Reviewed By: alpmestan Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4904