diff options
author | 2016-04-28 15:18:11 -0400 | |
---|---|---|
committer | 2016-04-28 15:18:11 -0400 | |
commit | c4185df50827608161d6c93fc7ed2dbd3bc91257 (patch) | |
tree | 8b34ba0590618d5d46e33c07f899260673f3e171 /Common.hs | |
parent | 3cc773661f43e68a973f12800b33cf823e35c31f (diff) |
avoid warnings about not exported System.Directory.isSymbolicLink
Diffstat (limited to 'Common.hs')
-rw-r--r-- | Common.hs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ import Data.Monoid as X import Data.Default as X import System.FilePath as X -import System.Directory as X hiding (isSymbolicLink) import System.IO as X hiding (FilePath) #ifndef mingw32_HOST_OS import System.Posix.IO as X hiding (createPipe) |