rest-gen 0.10.0.1 → 0.10.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~rest-coredep ~rest-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rest-core, rest-types
API changes (from Hackage documentation)
Files
- rest-gen.cabal +4/−4
rest-gen.cabal view
@@ -1,5 +1,5 @@ Name: rest-gen-Version: 0.10.0.1+Version: 0.10.0.2 Description: Documentation and client generation from rest definition. Synopsis: Documentation and client generation from rest definition. Maintainer: code@silk.co@@ -44,8 +44,8 @@ , pretty >= 1.0 && < 1.2 , process >= 1.0 && < 1.3 , regular == 0.3.*- , rest-core == 0.29.*- , rest-types == 1.9.*+ , rest-core >= 0.29 && < 0.31+ , rest-types == 1.10.* , safe >= 0.2 && < 0.4 , split >= 0.1 && < 0.3 , tagged >= 0.2 && < 0.8@@ -76,7 +76,7 @@ Test-suite rest-gen-tests build-depends: base >= 4.5 && < 4.8 , HUnit == 1.2.*- , rest-core == 0.29.*+ , rest-core >= 0.29 && < 0.31 , rest-gen , test-framework == 0.8.* , test-framework-hunit == 0.3.*