about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/hs-boot/Main.hs
blob: 15c0085fe0792b4da3fa532920ae8fbd1aae420f (plain) (blame)
1
2
3
4
5
6
7
8
9
module Main (main) where

import A ()
import B ()
import MA ()
import MB ()

main :: IO ()
main = putStrLn "hsboot"