summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend.hs b/Backend.hs
index ab15974c8..645bfdfc3 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -33,7 +33,6 @@ module Backend (
) where
import Control.Monad.State (liftIO, when)
-import Control.Monad (liftM)
import System.IO.Error (try)
import System.FilePath
import System.Posix.Files