summaryrefslogtreecommitdiff
path: root/hadrian/ghci-cabal.in
blob: 0245ed6b0905bebe797e69bd759ff98a0a443b76 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env sh

# This file is generated by configure from ghci-cabal.in

set -e
export TOOL_OUTPUT=.hadrian_ghci/ghci_args
# Replace newlines with spaces, as these otherwise break the ghci invocation on windows.
CABFLAGS=-v0 "hadrian/build-cabal" tool:compiler/GHC.hs --build-root=.hadrian_ghci --flavour=ghc-in-ghci $HADRIAN_ARGS
GHC_FLAGS="$GHC_FLAGS $(cat $TOOL_OUTPUT | tr '\n\r' ' ')"
@WithGhc@ --interactive $GHC_FLAGS $@ -fno-code -fwrite-interface -hidir=.hadrian_ghci/interface -O0 +RTS -A128m