diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/two-libs/Two.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/two-libs/Two.hs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/bazel/rules_haskell/tests/two-libs/Two.hs b/third_party/bazel/rules_haskell/tests/two-libs/Two.hs deleted file mode 100644 index 5672263c3d5f..000000000000 --- a/third_party/bazel/rules_haskell/tests/two-libs/Two.hs +++ /dev/null @@ -1,14 +0,0 @@ -module Two (two) where - -import One (one) - -two :: Int -two = - if True then - one + one - else - if True then - 1 - else - 2 - \ No newline at end of file |