snix/third_party/bazel/rules_haskell/tests/hs-boot/Main.hs

9 lines
116 B
Haskell

module Main (main) where
import A ()
import B ()
import MA ()
import MB ()
main :: IO ()
main = putStrLn "hsboot"