yesod-json 0.3.1 → 1.0.0
raw patch · 1 files changed
+10/−10 lines, 1 filesdep ~attoparsec-conduitdep ~conduitdep ~shakespeare-jsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec-conduit, conduit, shakespeare-js, transformers, wai, wai-extra, yesod-core, yesod-routes
API changes (from Hackage documentation)
Files
- yesod-json.cabal +10/−10
yesod-json.cabal view
@@ -1,6 +1,6 @@ name: yesod-json-version: 0.3.1-license: BSD3+version: 1.0.0+license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> maintainer: Michael Snoyman <michael@snoyman.com>@@ -14,19 +14,19 @@ library build-depends: base >= 4 && < 5- , yesod-core >= 0.10.1 && < 0.11- , yesod-routes < 0.1+ , yesod-core >= 1.0 && < 1.1+ , yesod-routes >= 1.0 && < 1.1 , aeson >= 0.5 , text >= 0.8 && < 1.0- , shakespeare-js >= 0.11 && < 0.12+ , shakespeare-js >= 1.0 && < 1.1 , vector >= 0.9 , containers >= 0.2 , blaze-builder- , attoparsec-conduit >= 0.2 && < 0.3- , conduit >= 0.2 && < 0.3- , transformers >= 0.2.2 && < 0.3- , wai >= 1.1 && < 1.2- , wai-extra >= 1.1 && < 1.2+ , attoparsec-conduit >= 0.4 && < 0.5+ , conduit >= 0.4 && < 0.5+ , transformers >= 0.2.2 && < 0.4+ , wai >= 1.2 && < 1.3+ , wai-extra >= 1.2 && < 1.3 , bytestring >= 0.9 && < 0.10 , safe >= 0.2 && < 0.4 exposed-modules: Yesod.Json