repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve online docs for `includes:` field
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
AutogenModulesToggling
/
Main.hs
blob
b14c74931ac2f98f7268ec03cedea2c9686ddbcc
1
module
Main
(
main
)
where
2
3
import
Lib
(
bar
)
4
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-----"
12