diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-14 13:25:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-14 13:25:49 -0400 |
commit | 8129a9bd3397bf9b27bab3ae2b81855cc61753be (patch) | |
tree | b934cdf67032e993c67754db792e40b83eb7a2d4 /Annex | |
parent | d815a186a23f8c59032f343f15ebbab58ab4317e (diff) |
add missing Network.URI Ord instance for Debian stable
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Init.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Init.hs b/Annex/Init.hs index e095aef61..0cb41872c 100644 --- a/Annex/Init.hs +++ b/Annex/Init.hs @@ -16,7 +16,6 @@ module Annex.Init ( ) where import Common.Annex -import Utility.Network import qualified Annex import qualified Git import qualified Git.LsFiles |