From 38493b83ea1b2077a16fcdfb837fdacf1bff1a07 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 15 Aug 2019 16:15:59 +0100 Subject: chore(tools): Remove bazel & ghc --- tools/bin/__dispatch.sh | 6 ------ tools/bin/bazel | 1 - tools/bin/ghc | 1 - 3 files changed, 8 deletions(-) delete mode 120000 tools/bin/bazel delete mode 120000 tools/bin/ghc 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 -- cgit 1.4.1