diff --git a/yesod-json.cabal b/yesod-json.cabal index db20b79a..7fe6f4aa 100644 --- a/yesod-json.cabal +++ b/yesod-json.cabal @@ -1,5 +1,5 @@ name: yesod-json -version: 0.1.1.1 +version: 0.2.0 license: BSD3 license-file: LICENSE author: Michael Snoyman @@ -13,10 +13,10 @@ homepage: http://www.yesodweb.com/ library build-depends: base >= 4 && < 5 - , yesod-core >= 0.8 && < 0.9 + , yesod-core >= 0.9 && < 0.10 , aeson >= 0.3.1.1 && < 0.4 , text >= 0.8 && < 0.12 - , hamlet >= 0.8 && < 0.9 + , hamlet >= 0.9 && < 0.10 , vector , containers , blaze-textual >= 0.1 && < 0.2