rest-types 1.10.0.1 → 1.10.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~rest-stringmapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rest-stringmap
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- rest-types.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 1.10.0.2++* Use `rest-stringmap == 0.2.*`+ #### 1.10.0.1 * Allow `mtl == 2.2.*`
rest-types.cabal view
@@ -1,5 +1,5 @@ name: rest-types-version: 1.10.0.1+version: 1.10.0.2 description: Silk Rest Framework Types synopsis: Silk Rest Framework Types maintainer: code@silk.co@@ -36,7 +36,7 @@ , mtl >= 2.0 && < 2.3 , regular == 0.3.* , regular-xmlpickler == 0.2.*- , rest-stringmap == 0.1.*+ , rest-stringmap == 0.2.* , text >= 0.11 && < 1.2 , unordered-containers == 0.2.* , utf8-string == 0.3.*