mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
c65f918145
* Bump ghcide * Fix goto definition tests * Fix hie-bios config * Try to fix windows
3 lines
190 B
Bash
Executable File
3 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
cat "$HIE_BIOS_ARGS" | sed "s/'//g" | sed "s/-qg//g" | sed "s/+RTS.*-RTS//" | sed "s|/bazel-out|bazel-out|g" | sed "s/-fexternal-interpreter//g" | tr " " "\n" > "$HIE_BIOS_OUTPUT"
|