Fix build with directory-1.2.6.2.
It started exporting a isSymbolicLink which supports windows. But, git-annex does no use symlinks on windows yet and this conflicts with the function by the same name from unix-compat, so hide it.
This commit is contained in:
parent
6566795e4f
commit
5fe450514b
21 changed files with 26 additions and 20 deletions
2
Setup.hs
2
Setup.hs
|
@ -12,7 +12,7 @@ import Distribution.Verbosity (Verbosity)
|
|||
import System.FilePath
|
||||
import Control.Applicative
|
||||
import Control.Monad
|
||||
import System.Directory
|
||||
import System.Directory hiding (isSymbolicLink)
|
||||
import Data.List
|
||||
import Control.Exception
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue