packages feed

debian 3.64 → 3.64.1

raw patch · 2 files changed

+3/−6 lines, 2 filesdep ~network

Dependency ranges changed: network

Files

Debian/URI.hs view
@@ -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 
debian.cabal view
@@ -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,