diff options
Diffstat (limited to 'Git/CurrentRepo.hs')
-rwxr-xr-x[-rw-r--r--] | Git/CurrentRepo.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Git/CurrentRepo.hs b/Git/CurrentRepo.hs index 482873960..785542663 100644..100755 --- a/Git/CurrentRepo.hs +++ b/Git/CurrentRepo.hs @@ -5,10 +5,14 @@ - Licensed under the GNU GPL version 3 or higher. -} +{-# LANGUAGE CPP #-} + module Git.CurrentRepo where +#if 0 import System.Posix.Directory (changeWorkingDirectory) import System.Posix.Env (getEnv, unsetEnv) +#endif import Common import Git.Types |