uri-encode 1.5.0.4 → 1.5.0.5
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- CHANGELOG.md +4/−0
- uri-encode.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+#### 1.5.0.5++* Add license field in cabal file+ #### 1.5.0.4 * Allow utf8-string 1.
uri-encode.cabal view
@@ -1,12 +1,12 @@ name: uri-encode-version: 1.5.0.4+version: 1.5.0.5 description: Unicode aware uri-encoding. synopsis: Unicode aware uri-encoding. cabal-version: >= 1.8 category: Network, Web author: Silk maintainer: code@silk.co-license: OtherLicense+license: BSD3 license-file: LICENSE build-type: Simple