packages feed

uri 0.1 → 0.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~parsec

Dependency ranges changed: parsec

Files

uri.cabal view
@@ -1,5 +1,5 @@ Name: uri-Version: 0.1+Version: 0.1.1 Synopsis: Library for working with URIs Category: Text Description: Library for working with URIs, including parsing, rendering, merging, escaping@@ -18,4 +18,4 @@  library  Exposed-Modules: Text.URI- Build-Depends: base >= 4 && < 5, parsec >= 2.1, safe, utf8-string+ Build-Depends: base >= 4 && < 5, parsec >= 2.1 && < 3.0, safe, utf8-string