diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-14 13:37:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-14 13:37:12 -0400 |
commit | 36969d80d4c921dea8f3b48465dd9a533f97ecae (patch) | |
tree | 247ff166015233316515d01efdd2537d402118cb /Git | |
parent | 8129a9bd3397bf9b27bab3ae2b81855cc61753be (diff) |
adjust to not use cpp in modules used by configure
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. - |