1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/.hie-dispatch.sh
2020-07-08 13:21:30 -04:00

8 lines
116 B
Bash
Executable File

#!/bin/bash
if [ -x "$(command -v bazel)" ]; then
source ".hie-bios.sh"
else
source "script/ghci-flags"
fi