rest-core 0.34.0.1 → 0.34.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~utf8-stringPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: utf8-string
API changes (from Hackage documentation)
- Rest.Dictionary.Types: data Dict h_acbd p_acbe i_acbf o_acbg e_acbh
+ Rest.Dictionary.Types: data Dict h_acaT p_acaU i_acaV o_acaW e_acaX
Files
- CHANGELOG.md +4/−0
- rest-core.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.34.0.2++* Allow utf8-string 1.+ #### 0.34.0.1 * Fix for base 4.8/GHC 7.10.
rest-core.cabal view
@@ -1,5 +1,5 @@ name: rest-core-version: 0.34.0.1+version: 0.34.0.2 description: Rest API library. synopsis: Rest API library. maintainer: code@silk.co@@ -60,7 +60,7 @@ , transformers >= 0.2 && < 0.5 , unordered-containers == 0.2.* , uri-encode == 1.5.*- , utf8-string == 0.3.*+ , utf8-string >= 0.3 && < 1.1 , uuid >= 1.2 && < 1.4 test-suite rest-tests