diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-01 13:35:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-01 13:35:07 -0400 |
commit | 57dd34c6be5dbc01286108fd943ff9e02956e8aa (patch) | |
tree | 7071f2ded704a447fb2918ff3e0ca4d84bac03cc /Content.hs | |
parent | 55783d886d3300555d4b68ff7323e2365928e059 (diff) |
generalize quiet flag to output type
This will allow adding other styles of output.
Diffstat (limited to 'Content.hs')
-rw-r--r-- | Content.hs | 3 |
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 |