aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-21 02:07:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-21 02:22:40 -0400
commit43639f69f665fca39df675668f1e1f3138d310ef (patch)
treec75b65f28b8e6d1bff143848bdcba80166e0e796 /Backend.hs
parent0c9896114e8ef125b04ff368efde82a88136bdcf (diff)
ghc7
* Update Debian build dependencies for ghc 7. * Debian package is now built with S3 support. Thanks Joachim Breitner for making this possible, also thanks Greg Heartsfield for working to improve the hS3 library for git-annex. Also hid a conflicting new symbol from Control.Monad.State
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