generalize quiet flag to output type

This will allow adding other styles of output.
This commit is contained in:
Joey Hess 2011-09-01 13:35:07 -04:00
parent 55783d886d
commit 57dd34c6be
5 changed files with 13 additions and 12 deletions

View file

@ -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