diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-27 14:55:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-27 14:55:31 -0400 |
| commit | 353d3e888b437403c32fa6512d1141a6d8e0a2c2 (patch) | |
| tree | 814b836b7a45d0a264e2245cfb19a7e89abbe008 /src/Utility/Path.hs | |
| parent | 626f1af56f12be63cd78fa4910c55453c23cf5a0 (diff) | |
merge changes from git-annex
Diffstat (limited to 'src/Utility/Path.hs')
| -rw-r--r-- | src/Utility/Path.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Utility/Path.hs b/src/Utility/Path.hs index 9f0737fe..8e3c2bdd 100644 --- a/src/Utility/Path.hs +++ b/src/Utility/Path.hs @@ -6,6 +6,7 @@ -} {-# LANGUAGE PackageImports, CPP #-} +{-# OPTIONS_GHC -fno-warn-tabs #-} module Utility.Path where @@ -16,6 +17,7 @@ import Data.List import Data.Maybe import Data.Char import Control.Applicative +import Prelude #ifdef mingw32_HOST_OS import qualified System.FilePath.Posix as Posix |
