1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Name: uri
Version: 0.1.6.2
Synopsis: Library for working with URIs
Category: Text
Description: Library for working with URIs, including parsing, rendering, merging, escaping
License: BSD3
License-file: COPYING
Author: Voker57
Maintainer: voker57@gmail.com
Homepage: http://gitorious.org/uri
Build-type: Simple
Stability: Experimental
Cabal-version: >= 1.6
Source-repository head
Type: git
Location: git://git.bitcheese.net/uri
library
Exposed-Modules: Text.URI
Build-Depends: base >= 4 && < 5, parsec >= 3.0, safe, utf8-string
|