rest-gen 0.17.0.0 → 0.17.0.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~blaze-htmlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- rest-gen.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.17.0.1++* Allow `blaze-html 0.8.*`.+ #### 0.17.0.0 * Docs: More exhaustive examples of JSON messages showing each possible node in the schema at least once.
rest-gen.cabal view
@@ -1,5 +1,5 @@ name: rest-gen-version: 0.17.0.0+version: 0.17.0.1 description: Documentation and client generation from rest definition. synopsis: Documentation and client generation from rest definition. maintainer: code@silk.co@@ -51,7 +51,7 @@ , Cabal >= 1.16 && < 1.23 , HStringTemplate >= 0.6 && < 0.9 , aeson >= 0.7 && < 0.9- , blaze-html >= 0.5 && < 0.8+ , blaze-html >= 0.5 && < 0.9 , code-builder == 0.1.* , directory >= 1.1 && < 1.3 , fclabels >= 1.0.4 && < 2.1@@ -62,7 +62,7 @@ , json-schema >= 0.6 && < 0.8 , pretty >= 1.0 && < 1.2 , process >= 1.0 && < 1.3- , rest-core >= 0.31 && < 0.36+ , rest-core == 0.35.* , safe >= 0.2 && < 0.4 , semigroups >= 0.5.0 && < 0.17 , scientific >= 0.3.2 && < 0.4@@ -83,7 +83,7 @@ , HUnit == 1.2.* , fclabels >= 1.0.4 && < 2.1 , haskell-src-exts >= 1.15.0 && < 1.17- , rest-core >= 0.31 && < 0.36+ , rest-core == 0.35.* , rest-gen , test-framework == 0.8.* , test-framework-hunit == 0.3.*