snix/third_party/bazel/rules_haskell/tests/binary-custom-main/Main.hs

4 lines
57 B
Haskell

module Main (main) where
main :: IO ()
main = return ()