about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/binary-with-main/MainIsHere.hs
blob: 5e8d38ba70df662c5ad668499aacc0f69a11f82b (plain) (blame)
1
2
3
4
module MainIsHere (this) where

this :: IO ()
this = return ()