rest-core 0.30.0.2 → 0.30.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~json-schemaPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: json-schema
API changes (from Hackage documentation)
- Rest.Dictionary.Types: data Dict h_abNK p_abNL i_abNM o_abNN e_abNO
+ Rest.Dictionary.Types: data Dict h_abNX p_abNY i_abNZ o_abO0 e_abO1
Files
- CHANGELOG.md +4/−0
- rest-core.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.30.0.3++* Use `json-schema 0.5.*`+ #### 0.30.0.2 * Use `rest-stringmap == 0.2.*`
rest-core.cabal view
@@ -1,5 +1,5 @@ name: rest-core-version: 0.30.0.2+version: 0.30.0.3 description: Rest API library. synopsis: Rest API library. maintainer: code@silk.co@@ -48,7 +48,7 @@ , fclabels == 2.0.* , hxt >= 9.2 && < 9.4 , hxt-pickle-utils == 0.1.*- , json-schema == 0.4.*+ , json-schema == 0.5.* , mtl >= 2.0 && < 2.3 , multipart >= 0.1.1 && < 0.2 , random == 1.0.*