about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/lhs/Main.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/lhs/Main.lhs')
-rw-r--r--third_party/bazel/rules_haskell/tests/lhs/Main.lhs6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/bazel/rules_haskell/tests/lhs/Main.lhs b/third_party/bazel/rules_haskell/tests/lhs/Main.lhs
new file mode 100644
index 0000000000..a9e0659ddd
--- /dev/null
+++ b/third_party/bazel/rules_haskell/tests/lhs/Main.lhs
@@ -0,0 +1,6 @@
+> module Main (main) where
+
+> import Lib (lib)
+
+> main :: IO ()
+> main = putStrLn lib