aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-26 19:59:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-26 19:59:01 -0400
commitbb8e3c5b6dda5874ec214d7f6dcfe6f8445d622b (patch)
tree48bc21e99e0c1072f52bd9c112cfb305e526ffc4 /Backend.hs
parentdb83b58d4ba67835e28a9ceb7246a0d14515f75c (diff)
more Control.Monad.State export fix
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 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