rest-gen 0.16.1.2 → 0.16.1.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~semigroupsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: semigroups
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- rest-gen.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.16.1.3++* Allow semigroups 0.16.*+ #### 0.16.1.2 * JavaScript: Add support for webpack (and any other preprocessor that tries to import all `require` function calls)
rest-gen.cabal view
@@ -1,5 +1,5 @@ name: rest-gen-version: 0.16.1.2+version: 0.16.1.3 description: Documentation and client generation from rest definition. synopsis: Documentation and client generation from rest definition. maintainer: code@silk.co@@ -65,7 +65,7 @@ , process >= 1.0 && < 1.3 , rest-core >= 0.31 && < 0.34 , safe >= 0.2 && < 0.4- , semigroups >= 0.5.0 && < 0.16+ , semigroups >= 0.5.0 && < 0.17 , scientific >= 0.3.2 && < 0.4 , split >= 0.1 && < 0.3 , tagged >= 0.2 && < 0.8