packages feed

uri-encode 1.5.0.6 → 1.5.0.7

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~bytestringdep ~text

Dependency ranges changed: bytestring, text

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+#### 1.5.0.7++* Don't make docs executable, thanks to Jens Petersen+ #### 1.5.0.6  * Improve performance, thanks to David Farrell
uri-encode.cabal view
@@ -1,8 +1,9 @@ name:                uri-encode-version:             1.5.0.6-description:         Unicode aware uri-encoding.-synopsis:            Unicode aware uri-encoding.-cabal-version:       >= 1.10+version:             1.5.0.7+synopsis:            Unicode aware uri-encoding+description:         This package allows you to uri encode and uri decode+                     Strings, Texts and ByteString values.+cabal-version:       1.18 category:            Network, Web author:              Silk maintainer:          code@silk.co@@ -10,7 +11,7 @@ license-file:        LICENSE build-type:          Simple -extra-source-files:+extra-doc-files:   CHANGELOG.md   LICENSE   README.md