From fada2198cb698ad622ecceae4831b6bf3852cbf3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 17 Jul 2010 19:56:51 +0000 Subject: [PATCH] fix a warning without -fweb --- Hledger/Cli/Main.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hledger/Cli/Main.hs b/Hledger/Cli/Main.hs index 39bc0f85c..80661b76c 100644 --- a/Hledger/Cli/Main.hs +++ b/Hledger/Cli/Main.hs @@ -39,7 +39,9 @@ See "Hledger.Data.Ledger" for more examples. -} module Hledger.Cli.Main where +#if defined(WEB) || defined(WEB610) import System.Info (os) +#endif #if __GLASGOW_HASKELL__ <= 610 import Prelude hiding (putStr, putStrLn) import System.IO.UTF8