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
Merge pull request #10287 from haskell/wip/t10283
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
IgnoreBuildTools
/
Hello.hs
blob
4c2772407db1e2ebb4a3a645edf57b9b20a926a1
1
module
Main
where
2
3
a
::
String
4
a
=
"0000"
5
6
main
::
IO
()
7
main
=
putStrLn
a