summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-30 13:19:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-30 13:19:22 -0400
commit895a0bf1e92f560a6531188f4ffb5c43c3c80338 (patch)
tree3cc447a150509d5e03188fd378f6db1d25ccf8df
parent27987f02e3a8a7e80b61168de0cfe73fd55e246f (diff)
add main type sig
-rw-r--r--Build/Standalone.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/Standalone.hs b/Build/Standalone.hs
index ffc2c5c3c..110163acf 100644
--- a/Build/Standalone.hs
+++ b/Build/Standalone.hs
@@ -36,6 +36,7 @@ installProg dir prog = searchPath prog >>= go
error $ "install failed for " ++ prog
return (dest, f)
+main :: IO ()
main = getArgs >>= go
where
go [] = error "specify topdir"