summaryrefslogtreecommitdiff
path: root/Git/Construct.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Git/Construct.hs')
-rwxr-xr-x[-rw-r--r--]Git/Construct.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Git/Construct.hs b/Git/Construct.hs
index 633e50b6b..2d00f18a1 100644..100755
--- a/Git/Construct.hs
+++ b/Git/Construct.hs
@@ -5,6 +5,8 @@
- Licensed under the GNU GPL version 3 or higher.
-}
+{-# LANGUAGE CPP #-}
+
module Git.Construct (
fromCwd,
fromAbsPath,
@@ -21,7 +23,9 @@ module Git.Construct (
checkForRepo,
) where
+#if 0
import System.Posix.User
+#endif
import qualified Data.Map as M hiding (map, split)
import Network.URI