diff options
Diffstat (limited to 'Git')
-rw-r--r-- | Git/Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/Types.hs b/Git/Types.hs index 950fe4b00..838c9e0e7 100644 --- a/Git/Types.hs +++ b/Git/Types.hs @@ -11,6 +11,7 @@ import Network.URI import qualified Data.Map as M import System.Posix.Types import Utility.SafeCommand +import Utility.URI () {- Support repositories on local disk, and repositories accessed via an URL. - |