rest-gen 0.10 → 0.10.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~CabalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- rest-gen.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.10.0.1++* Bump `Cabal` upper bound to `< 1.22`+ ## 0.10 * Generate documentation, Javascript and Haskell code for multi-delete
rest-gen.cabal view
@@ -1,5 +1,5 @@ Name: rest-gen-Version: 0.10+Version: 0.10.0.1 Description: Documentation and client generation from rest definition. Synopsis: Documentation and client generation from rest definition. Maintainer: code@silk.co@@ -28,7 +28,7 @@ , aeson-utils == 0.2.* , blaze-html >= 0.5 && < 0.8 , bytestring >= 0.9 && < 0.11- , Cabal >= 1.18 && < 1.19+ , Cabal >= 1.18 && < 1.22 , code-builder == 0.1.* , containers >= 0.4 && < 0.6 , directory >= 1.1 && < 1.3