missing import
This commit is contained in:
parent
e93206e294
commit
16243b9972
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ import Common
|
|||
import Git
|
||||
import Git.Types
|
||||
import qualified Utility.CoProcess as CoProcess
|
||||
#ifdef mingw32_HOST_OS
|
||||
import Git.Filename
|
||||
#endif
|
||||
|
||||
{- Constructs a git command line operating on the specified repo. -}
|
||||
gitCommandLine :: [CommandParam] -> Repo -> [CommandParam]
|
||||
|
|
Loading…
Reference in a new issue