snix/third_party/bazel/rules_haskell/tests/binary-with-main/MainIsHere.hs

4 lines
63 B
Haskell

module MainIsHere (this) where
this :: IO ()
this = return ()