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