packages feed

rest-client 0.4.0.3 → 0.4.0.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~utf8-stringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: utf8-string

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.4.0.4++* Allow utf8-string 1.+ #### 0.4.0.3  * Bump `rest-core`.
rest-client.cabal view
@@ -1,5 +1,5 @@ name:                rest-client-version:             0.4.0.3+version:             0.4.0.4 description:         Utility library for use in generated API client libraries. synopsis:            Utility library for use in generated API client libraries. maintainer:          code@silk.co@@ -42,4 +42,4 @@     , tostring == 0.2.*     , transformers-base == 0.4.*     , uri-encode == 1.5.*-    , utf8-string == 0.3.*+    , utf8-string >= 0.3 && < 1.1