generalize quiet flag to output type
This will allow adding other styles of output.
This commit is contained in:
parent
55783d886d
commit
57dd34c6be
5 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue