diff options
| author | hallgren <hallgren@chalmers.se> | 2014-07-28 15:35:22 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-07-28 15:35:22 +0000 |
| commit | f07096c4093ddf7630713f5f4cc6fdc0ce663cd8 (patch) | |
| tree | 4fb4026e1038004a7d6142ee33f42631b4ade988 /Setup.hs | |
| parent | 4adb4bab7170245e0b2b28245f96e3ceea58ca87 (diff) | |
Setup.hs: comment out debugging code
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 () |
