diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-28 15:18:11 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-28 15:18:11 -0400 |
commit | c4185df50827608161d6c93fc7ed2dbd3bc91257 (patch) | |
tree | 8b34ba0590618d5d46e33c07f899260673f3e171 /Annex/Fixup.hs | |
parent | 3cc773661f43e68a973f12800b33cf823e35c31f (diff) |
avoid warnings about not exported System.Directory.isSymbolicLink
Diffstat (limited to 'Annex/Fixup.hs')
-rw-r--r-- | Annex/Fixup.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Fixup.hs b/Annex/Fixup.hs index 35634f14c..6a14f22bc 100644 --- a/Annex/Fixup.hs +++ b/Annex/Fixup.hs @@ -20,7 +20,6 @@ import Utility.Exception import System.IO import System.FilePath -import System.Directory hiding (isSymbolicLink) import Data.List import Control.Monad import Control.Monad.IfElse |