rest-core 0.30.0.1 → 0.30.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~rest-stringmapPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: rest-stringmap
API changes (from Hackage documentation)
- Rest.Dictionary.Types: data Dict h_abNM p_abNN i_abNO o_abNP e_abNQ
+ Rest.Dictionary.Types: data Dict h_abNK p_abNL i_abNM o_abNN e_abNO
Files
- CHANGELOG.md +4/−0
- rest-core.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.30.0.2++* Use `rest-stringmap == 0.2.*`+ #### 0.30.0.1 * Allow `mtl == 2.2.*` and `transformers == 0.4.*`
rest-core.cabal view
@@ -1,5 +1,5 @@ name: rest-core-version: 0.30.0.1+version: 0.30.0.2 description: Rest API library. synopsis: Rest API library. maintainer: code@silk.co@@ -52,7 +52,7 @@ , mtl >= 2.0 && < 2.3 , multipart >= 0.1.1 && < 0.2 , random == 1.0.*- , rest-stringmap == 0.1.*+ , rest-stringmap == 0.2.* , rest-types == 1.10.* , safe >= 0.2 && < 0.4 , split >= 0.1 && < 0.3