urlencoded 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~mtldep ~networknew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl, network
API changes (from Hackage documentation)
Files
- urlencoded.cabal +5/−5
urlencoded.cabal view
@@ -1,6 +1,6 @@ name: urlencoded Cabal-Version: >= 1.6-version: 0.3.0.0+version: 0.3.0.1 synopsis: Generate or process x-www-urlencoded data description: Generate or process x-www-urlencoded data as it@@ -8,12 +8,12 @@ <http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1> category: Web-homepage: http://patch-tag.com/repo/urlencoded+homepage: https://github.com/pheaver/urlencoded stability: alpha license: BSD3 license-file: LICENSE-author: Josh Hoyt-maintainer: joshhoyt@gmail.com+author: Josh Hoyt, Philip Weaver+maintainer: philip.weaver@gmail.com build-type: Custom Flag Test@@ -21,7 +21,7 @@ Default: False Library- build-depends: base == 4.*, network == 2.2.*, mtl == 1.1.*, split == 0.1.*+ build-depends: base == 4.*, network >= 2.2 && < 4, mtl >= 1.1, split == 0.1.* ghc-options: -Wall hs-source-dirs: src exposed-modules: Data.URLEncoded