about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-15T15·15+0100
committerVincent Ambo <tazjin@google.com>2019-08-15T15·15+0100
commit38493b83ea1b2077a16fcdfb837fdacf1bff1a07 (patch)
treea27eebe5fc00765cd68528a81907207b971def02 /tools
parent128875b501bc2989617ae553317b80faa556d752 (diff)
chore(tools): Remove bazel & ghc r/32
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bin/__dispatch.sh6
l---------tools/bin/bazel1
l---------tools/bin/ghc1
3 files changed, 0 insertions, 8 deletions
diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh
index 6543dc53cc..d2f67d5464 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 8390ec9c96..0000000000
--- 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 8390ec9c96..0000000000
--- a/tools/bin/ghc
+++ /dev/null
@@ -1 +0,0 @@
-__dispatch.sh
\ No newline at end of file