From 128875b501bc2989617ae553317b80faa556d752 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 15 Aug 2019 16:11:30 +0100 Subject: chore: Remove remaining Bazel-related files --- .../bazel/rules_haskell/tests/failures/transitive-deps/LibB.hs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibB.hs (limited to 'third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibB.hs') diff --git a/third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibB.hs b/third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibB.hs deleted file mode 100644 index 9ab883093bd8..000000000000 --- a/third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibB.hs +++ /dev/null @@ -1,6 +0,0 @@ -module LibB (thingB) where - -import LibA (thingA) - -thingB :: Int -thingB = thingA + 1 -- cgit 1.4.1