mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-14 07:02:00 +03:00
Move code in daml-tools outside of daml-foundations (#2033)
This commit is contained in:
parent
1a7d83c7e8
commit
0743b0e47c
@ -8,7 +8,7 @@ export RULES_HASKELL_EXEC_ROOT=$PWD/
|
||||
ENV_FILE=$(mktemp)
|
||||
ARGS_FILE=$(mktemp)
|
||||
bazel build //compiler/hie-core:hie-core-exe >/dev/null 2>&1
|
||||
bazel run --define hie_bios_ghci=True //daml-foundations/daml-tools/damlc-app:damlc-app@ghci -- "$ENV_FILE" "$ARGS_FILE" >/dev/null 2>&1
|
||||
bazel run --define hie_bios_ghci=True //compiler/damlc:damlc@ghci -- "$ENV_FILE" "$ARGS_FILE" >/dev/null 2>&1
|
||||
source "$ENV_FILE"
|
||||
export HIE_BIOS_ARGS="$ARGS_FILE"
|
||||
./bazel-bin/compiler/hie-core/hie-core-exe $@
|
||||
|
Loading…
Reference in New Issue
Block a user