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
This commit is contained in:
parent
0c9896114e
commit
43639f69f6
4 changed files with 17 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue