diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-16 16:20:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-16 16:20:49 -0400 |
commit | 909f619c07699fe6c76d40bb4649e07737a0b9ae (patch) | |
tree | 3d284a54f5bf70e2ac11d249bfa721963affb5be /GitRepo.hs | |
parent | 6d13ae10cf1d295b64855984f5a526f8209f3341 (diff) |
tweaks
Diffstat (limited to 'GitRepo.hs')
-rw-r--r-- | GitRepo.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GitRepo.hs b/GitRepo.hs index 76150b309..32383197b 100644 --- a/GitRepo.hs +++ b/GitRepo.hs @@ -42,6 +42,7 @@ import Data.String.Utils import Data.Map as Map hiding (map, split) import Network.URI import Maybe + import Utility {- A git repository can be on local disk or remote. Not to be confused |