summaryrefslogtreecommitdiff
path: root/.ghcid
diff options
context:
space:
mode:
authorSebastian Graf <sgraf1337@gmail.com>2019-07-16 16:05:39 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-07-17 12:20:27 -0400
commit8add024fabfe8da20fafc9a571eb282cf32363ae (patch)
tree51be15a0305daf7fb096728a9dccd30ed1b80fa1 /.ghcid
parent0a9b77b8b4313a9ffe7483cbc286d249fda59e75 (diff)
downloadhaskell-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--.ghcid2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ghcid b/.ghcid
index 26c2ad2183..9ce2eeb73e 100644
--- a/.ghcid
+++ b/.ghcid
@@ -1,4 +1,4 @@
---command ./hadrian/ghci.sh
+--command sh ./hadrian/ghci.sh
--reload compiler
--reload ghc
--reload includes