rest-gen 0.9.0.2 → 0.9.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~blaze-htmldep ~textnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html, text
API changes (from Hackage documentation)
Files
- rest-gen.cabal +3/−3
rest-gen.cabal view
@@ -1,5 +1,5 @@ Name: rest-gen-Version: 0.9.0.2+Version: 0.9.0.3 Description: Documentation and client generation from rest definition. Synopsis: Documentation and client generation from rest definition. Maintainer: code@silk.co@@ -25,7 +25,7 @@ , attoparsec >= 0.10 && < 0.12 , aeson >= 0.7 && < 0.8 , aeson-utils == 0.2.*- , blaze-html >= 0.5 && < 0.6+ , blaze-html >= 0.5 && < 0.8 , bytestring >= 0.9 && < 0.11 , Cabal >= 1.18 && < 1.19 , code-builder == 0.1.*@@ -47,7 +47,7 @@ , safe >= 0.2 && < 0.4 , split >= 0.1 && < 0.3 , tagged >= 0.2 && < 0.8- , text == 0.11.*+ , text >= 0.11 && < 1.2 , unordered-containers == 0.2.* , utf8-string == 0.3.* , vector == 0.10.*