diff --git a/Debian/URI.hs b/Debian/URI.hs
--- a/Debian/URI.hs
+++ b/Debian/URI.hs
@@ -24,9 +24,6 @@
 uriToString' :: URI -> String
 uriToString' uri = uriToString id uri ""
 
-instance Ord URI where
-    compare a b = compare (uriToString' a) (uriToString' b)
-
 -- |If the URI type could be read and showed this wouldn't be necessary.
 type URIString = String
 
diff --git a/debian.cabal b/debian.cabal
--- a/debian.cabal
+++ b/debian.cabal
@@ -1,10 +1,10 @@
 Name:           debian
-Version:        3.64
+Version:        3.64.1
 License:        BSD3
 License-File:   debian/copyright
 Author:         David Fox <dsf@seereason.com>, Jeremy Shaw <jeremy@seereason.com>, Clifford Beshers <beshers@seereason.com>
 Category:       Debian
-Maintainer:     David Fox ,dsf@seereason.com>
+Maintainer:     David Fox <dsf@seereason.com>
 Homepage:       http://src.seereason.com/haskell-debian-new
 Build-Type:     Simple
 Synopsis:       Modules for working with the Debian package system
@@ -30,7 +30,7 @@
    HaXml >= 1.20,
    HUnit,
    mtl,
-   network,
+   network >= 2.4,
    old-locale,
    parsec >= 2 && <4,
    pretty,
