diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-23 20:35:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-23 20:35:32 -0400 |
commit | ec5e6d7dec82f06be9600a012c5aaf01a30f6af7 (patch) | |
tree | 8df5c2f43faa81cff5126529f7c4c5b95e36a6bd /Git | |
parent | 3aab18a4c171b6f812bfe89877401421d293a515 (diff) |
remove support for network older than 2.4
debian stable has 2.4
Diffstat (limited to 'Git')
-rw-r--r-- | Git/Types.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/Types.hs b/Git/Types.hs index bb91a1703..1eef2f743 100644 --- a/Git/Types.hs +++ b/Git/Types.hs @@ -11,7 +11,6 @@ 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. - |