summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Backend.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend.hs b/Backend.hs
index 0edff2ab5..aec87ce66 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -32,7 +32,7 @@ module Backend (
maybeLookupBackendName
) where
-import Control.Monad.State hiding (state)
+import Control.Monad.State (liftIO, when)
import System.IO.Error (try)
import System.FilePath
import System.Posix.Files