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/UserInfo.hs | |
| parent | 5b0c4d1f1a3f8e61ff2d44dcef39ccd553463920 (diff) | |
| parent | 8d98d4351b33c0df716dbaf269f5b5ac9db4a39a (diff) | |
Merge branch 'joeyconfig'
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. - |
