summaryrefslogtreecommitdiff
path: root/hadrian/ghci-stack
blob: 92b5229328c42cecf7aeea2e1d53613f8991a016 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env sh

set -e

# Replace newlines with spaces, as these otherwise break the ghci invocation on windows.
GHC_FLAGS="$GHC_FLAGS $(TERM=dumb CABFLAGS=-v0 "hadrian/build-stack" tool-args -q --build-root=.hadrian_ghci --flavour=ghc-in-ghci "$@" | tr '\n\r' ' ')"
stack exec -- ghci $GHC_FLAGS "$@" -fno-code -fwrite-interface -hidir=.hadrian_ghci/interface -O0 ghc/Main.hs +RTS -A128m