rest-core 0.34.0.2 → 0.34.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aeson-utilsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson-utils
API changes (from Hackage documentation)
- Rest.Dictionary.Types: data Dict h_acaT p_acaU i_acaV o_acaW e_acaX
+ Rest.Dictionary.Types: data Dict h_ac5G p_ac5H i_ac5I o_ac5J e_ac5K
Files
- CHANGELOG.md +4/−0
- rest-core.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.34.0.3++* Allow `aeson-utils 0.3.*`+ #### 0.34.0.2 * Allow utf8-string 1.
rest-core.cabal view
@@ -1,5 +1,5 @@ name: rest-core-version: 0.34.0.2+version: 0.34.0.3 description: Rest API library. synopsis: Rest API library. maintainer: code@silk.co@@ -41,7 +41,7 @@ build-depends: base >= 4.5 && < 4.9 , aeson >= 0.7 && < 0.9- , aeson-utils == 0.2.*+ , aeson-utils >= 0.2 && < 0.4 , bytestring >= 0.9 && < 0.11 , either >= 3.4 && < 4.4 , errors == 1.4.*