diff options
author | Sebastian Graf <sgraf1337@gmail.com> | 2019-07-16 16:05:39 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-17 12:20:27 -0400 |
commit | 8add024fabfe8da20fafc9a571eb282cf32363ae (patch) | |
tree | 51be15a0305daf7fb096728a9dccd30ed1b80fa1 /.ghcid | |
parent | 0a9b77b8b4313a9ffe7483cbc286d249fda59e75 (diff) | |
download | haskell-8add024fabfe8da20fafc9a571eb282cf32363ae.tar.gz |
Make GHC-in-GHCi work on Windows
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.
Diffstat (limited to '.ghcid')
-rw-r--r-- | .ghcid | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ ---command ./hadrian/ghci.sh +--command sh ./hadrian/ghci.sh --reload compiler --reload ghc --reload includes |