split groups of related functions out of Utility
This commit is contained in:
parent
4c73d77b42
commit
203148363f
47 changed files with 312 additions and 265 deletions
3
Git.hs
3
Git.hs
|
@ -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. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue