rest-core 0.32.0.1 → 0.32.0.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: random
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- rest-core.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Changelog +#### 0.32.0.2+* Allow random 1.1.*+ #### 0.32.0.1 * Fix bug in Chrome when serving files with commas in name.
rest-core.cabal view
@@ -1,5 +1,5 @@ name: rest-core-version: 0.32.0.1+version: 0.32.0.2 description: Rest API library. synopsis: Rest API library. maintainer: code@silk.co@@ -50,7 +50,7 @@ , json-schema >= 0.6 && < 0.8 , mtl >= 2.0 && < 2.3 , multipart >= 0.1.1 && < 0.2- , random == 1.0.*+ , random >= 1.0 && < 1.2 , rest-stringmap == 0.2.* , rest-types == 1.10.* , safe >= 0.2 && < 0.4