diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-26 19:59:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-26 19:59:01 -0400 |
commit | bb8e3c5b6dda5874ec214d7f6dcfe6f8445d622b (patch) | |
tree | 48bc21e99e0c1072f52bd9c112cfb305e526ffc4 | |
parent | db83b58d4ba67835e28a9ceb7246a0d14515f75c (diff) |
more Control.Monad.State export fix
-rw-r--r-- | Backend.hs | 2 |
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 |