From 4e6ae471667beaa308607b3b03522ebabaf3014a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 28 Apr 2016 13:18:44 -0400 Subject: 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. --- Utility/Path.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility/Path.hs') diff --git a/Utility/Path.hs b/Utility/Path.hs index e44975a1e..729300c43 100644 --- a/Utility/Path.hs +++ b/Utility/Path.hs @@ -12,7 +12,7 @@ module Utility.Path where import Data.String.Utils import System.FilePath -import System.Directory +import System.Directory hiding (isSymbolicLink) import Data.List import Data.Maybe import Data.Char -- cgit v1.2.3