diff options
Diffstat (limited to 'Git.hs')
-rw-r--r-- | Git.hs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -85,6 +85,9 @@ import System.Exit import System.Posix.Env (setEnv, unsetEnv, getEnv) import Utility +import Utility.Path +import Utility.Conditional +import Utility.SafeCommand {- There are two types of repositories; those on local disk and those - accessed via an URL. -} |