diff options
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 |