about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/repl-targets/Quux.hs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/repl-targets/Quux.hs')
-rw-r--r--third_party/bazel/rules_haskell/tests/repl-targets/Quux.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/bazel/rules_haskell/tests/repl-targets/Quux.hs b/third_party/bazel/rules_haskell/tests/repl-targets/Quux.hs
deleted file mode 100644
index 2e67d221fb..0000000000
--- a/third_party/bazel/rules_haskell/tests/repl-targets/Quux.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Main (main) where
-
-import QuuxLib (message)
-
-main :: IO ()
-main = putStrLn message