diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/library-exports/Bin.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/library-exports/Bin.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/bazel/rules_haskell/tests/library-exports/Bin.hs b/third_party/bazel/rules_haskell/tests/library-exports/Bin.hs deleted file mode 100644 index b724bb89d1c2..000000000000 --- a/third_party/bazel/rules_haskell/tests/library-exports/Bin.hs +++ /dev/null @@ -1,7 +0,0 @@ -module Main (main) where - -import TestSubLib (messageEnd) -import Lib.Map - -main :: IO () -main = print $ Lib.Map.singleton 1 messageEnd |