diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-15T15·15+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-15T15·15+0100 |
commit | 38493b83ea1b2077a16fcdfb837fdacf1bff1a07 (patch) | |
tree | a27eebe5fc00765cd68528a81907207b971def02 /tools | |
parent | 128875b501bc2989617ae553317b80faa556d752 (diff) |
chore(tools): Remove bazel & ghc r/32
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/bin/__dispatch.sh | 6 | ||||
l--------- | tools/bin/bazel | 1 | ||||
l--------- | tools/bin/ghc | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh index 6543dc53ccd4..d2f67d546423 100755 --- a/tools/bin/__dispatch.sh +++ b/tools/bin/__dispatch.sh @@ -13,15 +13,9 @@ case "${TARGET_TOOL}" in git-appraise) attr="thirdParty.gitAppraise" ;; - bazel) - attr="bazel" - ;; stylish-haskell) attr="haskellPackages.stylish-haskell" ;; - ghc) - attr="thirdParty.ghc" - ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 diff --git a/tools/bin/bazel b/tools/bin/bazel deleted file mode 120000 index 8390ec9c9652..000000000000 --- a/tools/bin/bazel +++ /dev/null @@ -1 +0,0 @@ -__dispatch.sh \ No newline at end of file diff --git a/tools/bin/ghc b/tools/bin/ghc deleted file mode 120000 index 8390ec9c9652..000000000000 --- a/tools/bin/ghc +++ /dev/null @@ -1 +0,0 @@ -__dispatch.sh \ No newline at end of file |