projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
further stub filename fix: I managed to break non-stubdir -fvia-C compilation
[ghc-hetmet.git]
/
bindisttest
/
HelloWorld.hs
1
2
module Main (main) where
3
4
main :: IO ()
5
main = putStr "Hello world!"