summaryrefslogtreecommitdiff
path: root/Content.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-01 13:35:07 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-01 13:35:07 -0400
commit57dd34c6be5dbc01286108fd943ff9e02956e8aa (patch)
tree7071f2ded704a447fb2918ff3e0ca4d84bac03cc /Content.hs
parent55783d886d3300555d4b68ff7323e2365928e059 (diff)
generalize quiet flag to output type
This will allow adding other styles of output.
Diffstat (limited to 'Content.hs')
-rw-r--r--Content.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Content.hs b/Content.hs
index 1c2475240..e4bbee528 100644
--- a/Content.hs
+++ b/Content.hs
@@ -23,11 +23,10 @@ module Content (
saveState
) where
-import System.IO.Error (try)
import System.Directory
import Control.Monad.State (liftIO)
import System.Path
-import Control.Monad (when, filterM)
+import Control.Monad
import System.Posix.Files
import System.FilePath
import Data.Maybe