diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibD.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibD.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibD.hs b/third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibD.hs deleted file mode 100644 index 326d224a2a15..000000000000 --- a/third_party/bazel/rules_haskell/tests/failures/transitive-deps/LibD.hs +++ /dev/null @@ -1,7 +0,0 @@ -module LibD (thingD) where - -import LibA (thingA) -import LibB (thingB) - -thingD :: Int -thingD = thingA + thingB |