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/UserInfo.hs | |
| parent | 626f1af56f12be63cd78fa4910c55453c23cf5a0 (diff) | |
merge changes from git-annex
Diffstat (limited to 'src/Utility/UserInfo.hs')
| -rw-r--r-- | src/Utility/UserInfo.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Utility/UserInfo.hs b/src/Utility/UserInfo.hs index 5bf8d5c0..7e94cafa 100644 --- a/src/Utility/UserInfo.hs +++ b/src/Utility/UserInfo.hs @@ -6,6 +6,7 @@ -} {-# LANGUAGE CPP #-} +{-# OPTIONS_GHC -fno-warn-tabs #-} module Utility.UserInfo ( myHomeDir, @@ -13,12 +14,13 @@ module Utility.UserInfo ( myUserGecos, ) where +import Utility.Env + import System.PosixCompat #ifndef mingw32_HOST_OS import Control.Applicative #endif - -import Utility.Env +import Prelude {- Current user's home directory. - |
