We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b031da commit edfbd62Copy full SHA for edfbd62
rules_haskell_tests/.ghcide
@@ -1,13 +1,8 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
build_ghcide() {
4
- bazel build //tests/ghcide \
5
- --experimental_show_artifacts \
6
- 2>&1 \
7
- | awk '
8
- /^>>>/ { print substr($1, 4); next }
9
- { print $0 > "/dev/stderr" }
10
- '
+ bazel build //tests/ghcide && \
+ bazel cquery //tests/ghcide --output=files
11
}
12
ghcide="$(build_ghcide)"
13
"$ghcide" "$@"
0 commit comments