name: urlencoded Cabal-Version: >= 1.6 version: 0.1 x-revision: 1 synopsis: Generate or process x-www-urlencoded data description: Generate or process x-www-urlencoded data as it appears in HTTP or HTTPS URIs and HTTP POSTs. See category: Web homepage: http://patch-tag.com/repo/urlencoded stability: alpha license: BSD3 license-file: LICENSE author: Josh Hoyt maintainer: joshhoyt@gmail.com build-type: Custom Library build-depends: base >=4.5 && <4.11, network == 2.2.*, mtl, split == 0.1.* ghc-options: -Wall hs-source-dirs: src exposed-modules: Data.URLEncoded -- This executable is not installed by the (custom) Setup program. It is -- used by the test hook (cabal test) Executable test build-depends: base == 4.*, network == 2.2.*, mtl, QuickCheck >= 1.2 && < 1.3, split == 0.1.* GHC-Options: -Wall Main-is: TestDriver.hs HS-Source-Dirs: src, test