stub out POSIX stuff

This commit is contained in:
Joey Hess 2013-05-10 16:29:59 -05:00
parent e5f1ca7b4b
commit 6c74a42cc6
17 changed files with 128 additions and 0 deletions

4
Git/Construct.hs Normal file → Executable file
View file

@ -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