Improve online docs for `includes:` field
[cabal.git] / cabal-testsuite / PackageTests / AutogenModulesToggling / Main.hs
blobb14c74931ac2f98f7268ec03cedea2c9686ddbcc
1 module Main (main) where
3 import Lib (bar)
5 main :: IO ()
6 main = do
7 -- Make sure cabal sees this because this test is about which
8 -- 'Generated' module the 'Lib' was compiled against.
9 putStrLn "-----BEGIN CABAL OUTPUT-----"
10 putStrLn bar
11 putStrLn "-----END CABAL OUTPUT-----"