packages feed

scotty-resource 0.2.0.1 → 0.2.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~http-typesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-types

API changes (from Hackage documentation)

Files

scotty-resource.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                scotty-resource-version:             0.2.0.1+version:             0.2.0.2 synopsis:            A Better way of modeling web resources. description:                               Allows users of the Scotty web framework to model@@ -27,7 +27,7 @@   build-depends:     base         >= 4.8      && < 4.11,     containers   >= 0.1.0.0  && < 0.6,-    http-types   >= 0.8.2    && < 0.10,+    http-types   >= 0.8.2    && < 0.13,     scotty       >= 0.10     && < 0.12,     text         >= 0.11.3.1 && < 1.3,     transformers >= 0.3.0.0  && < 0.6,