summaryrefslogtreecommitdiff
path: root/Utility/Path.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Path.hs')
-rw-r--r--Utility/Path.hs2
1 files changed, 1 insertions, 1 deletions
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