Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ghci.sh and build.sh to ghci and build respectively | Xavier Denis | 2020-02-29 | 1 | -1/+1 |
| | | | | | | Convert hadrian buildscripts to unsuffixed, dashed form final cleanups | ||||
* | Make GHC-in-GHCi work on Windows | Sebastian Graf | 2019-07-17 | 1 | -1/+1 |
| | | | | | | | | By not building anything in the dynamic way on Windows, where we don't have a working story for DLLs yet. Also the ghcid command needs to call bash on the hadrian/ghci.sh script explicitly as the path gets interpreted differently otherwise. | ||||
* | Use ./hadrian/ghci.sh in .ghcid | Matthew Pickering | 2019-04-08 | 1 | -4/+2 |
| | |||||
* | Add a script for running a ghci that can load and run ghc | Michael Sloan | 2018-07-27 | 1 | -0/+7 |
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 |