rest-gen 0.17.0.1 → 0.17.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: filepath
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- rest-gen.cabal +2/−2
CHANGELOG.md view
@@ -1,10 +1,14 @@ # Changelog +#### 0.17.0.2++* Allow `filepath 1.4.*`.+ #### 0.17.0.1 * Allow `blaze-html 0.8.*`. -#### 0.17.0.0+## 0.17.0.0 * Docs: More exhaustive examples of JSON messages showing each possible node in the schema at least once. * Docs: Make example popup scrollable.
rest-gen.cabal view
@@ -1,5 +1,5 @@ name: rest-gen-version: 0.17.0.1+version: 0.17.0.2 description: Documentation and client generation from rest definition. synopsis: Documentation and client generation from rest definition. maintainer: code@silk.co@@ -55,7 +55,7 @@ , code-builder == 0.1.* , directory >= 1.1 && < 1.3 , fclabels >= 1.0.4 && < 2.1- , filepath >= 1.2 && < 1.4+ , filepath >= 1.2 && < 1.5 , hashable >= 1.1 && < 1.3 , haskell-src-exts >= 1.15.0 && < 1.17 , hxt >= 9.2 && < 9.4