summaryrefslogtreecommitdiff
path: root/Coolbal/Configure.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Coolbal/Configure.hs')
-rw-r--r--Coolbal/Configure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Coolbal/Configure.hs b/Coolbal/Configure.hs
index 92865e7..d64b4b3 100644
--- a/Coolbal/Configure.hs
+++ b/Coolbal/Configure.hs
@@ -37,5 +37,5 @@ configure fname = do
mapM_ (\d -> hPutStrLn stderr ("- " ++ show d)) deps
exitFailure
Right (pd, _flags) -> do
- -- putStrLn ("Configured with flags: " ++ show flags)
+ -- hPutStrLn stderr ("Configured with flags: " ++ show flags)
return pd