packages feed

rest-gen 0.17.0.2 → 0.17.0.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~taggedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tagged

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.17.0.3++* Allow `tagged 0.8.*`+ #### 0.17.0.2  * Allow `filepath 1.4.*`.
rest-gen.cabal view
@@ -1,5 +1,5 @@ name:                rest-gen-version:             0.17.0.2+version:             0.17.0.3 description:         Documentation and client generation from rest definition. synopsis:            Documentation and client generation from rest definition. maintainer:          code@silk.co@@ -67,7 +67,7 @@     , semigroups >= 0.5.0 && < 0.17     , scientific >= 0.3.2 && < 0.4     , split >= 0.1 && < 0.3-    , tagged >= 0.2 && < 0.8+    , tagged >= 0.2 && < 0.9     , text >= 0.11 && < 1.3     , uniplate >= 1.6.12 && < 1.7     , unordered-containers == 0.2.*