* 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
This commit is contained in:
Joey Hess 2011-04-21 02:07:40 -04:00
parent 0c9896114e
commit 43639f69f6
4 changed files with 17 additions and 7 deletions

View file

@ -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