diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-29 10:09:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-29 10:09:22 -0400 |
| commit | c8f9e11779609dffd9f1480e39b2d28814a00212 (patch) | |
| tree | 009283ccecc4150a8d6504128f1d1de3dc0312df /src/Utility/Path.hs | |
| parent | 5b0c4d1f1a3f8e61ff2d44dcef39ccd553463920 (diff) | |
| parent | 8d98d4351b33c0df716dbaf269f5b5ac9db4a39a (diff) | |
Merge branch 'joeyconfig'
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 |
