about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/haskell_lint/Main.hs
blob: 1bc6f8abc9057dbcc0b3a1b7325529f1552fc359 (plain) (blame)
1
2
3
4
5
6
module Main (main) where

import Foo (foo)

main :: IO ()
main = print foo