summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-07-28 15:35:22 +0000
committerhallgren <hallgren@chalmers.se>2014-07-28 15:35:22 +0000
commitf07096c4093ddf7630713f5f4cc6fdc0ce663cd8 (patch)
tree4fb4026e1038004a7d6142ee33f42631b4ade988 /Setup.hs
parent4adb4bab7170245e0b2b28245f96e3ceea58ca87 (diff)
Setup.hs: comment out debugging code
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Setup.hs b/Setup.hs
index 42f8b182b..996e10a85 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -41,7 +41,7 @@ main = defaultMainWithHooks simpleUserHooks{ preBuild = gfPreBuild
return h
gfPostBuild args flags pkg lbi =
- do writeFile "running" ""
+ do --writeFile "running" ""
buildRGL args flags (pkg,lbi)
let gf = default_gf (pkg,lbi)
buildWeb gf args flags pkg lbi
@@ -350,7 +350,7 @@ run_gfc bi args =
gf = default_gf bi
gf_cmdline = gf ++ " " ++ unwords (map showArg args')
-- putStrLn $ "Running: " ++ gf_cmdline
- appendFile "running" (gf_cmdline++"\n")
+-- appendFile "running" (gf_cmdline++"\n")
e <- rawSystem gf args'
case e of
ExitSuccess -> return ()