rest-gen 0.13.1 → 0.13.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- rest-gen.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.13.1.1++* Allow `attoparsec 0.12.*`+ ### 0.13.1 * Derive `Eq, Show` for all types in `Rest.Gen.Types`
rest-gen.cabal view
@@ -1,5 +1,5 @@ name: rest-gen-version: 0.13.1+version: 0.13.1.1 description: Documentation and client generation from rest definition. synopsis: Documentation and client generation from rest definition. maintainer: code@silk.co@@ -52,7 +52,7 @@ , Cabal >= 1.18 && < 1.22 , HStringTemplate >= 0.6 && < 0.8 , aeson >= 0.7 && < 0.8- , attoparsec >= 0.10 && < 0.12+ , attoparsec >= 0.10 && < 0.13 , blaze-html >= 0.5 && < 0.8 , bytestring >= 0.9 && < 0.11 , code-builder == 0.1.*