diff --git a/yesod.cabal b/yesod.cabal index 9b30d864..3ad00a7f 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -32,21 +32,21 @@ library cpp-options: -DGHC7 else build-depends: base >= 4 && < 4.3 - build-depends: yesod-core >= 0.7 && < 0.8 + build-depends: yesod-core >= 0.7.0.1 && < 0.8 , yesod-auth >= 0.3 && < 0.4 - , yesod-json >= 0.0 && < 0.1 - , yesod-persistent >= 0.0 && < 0.1 + , yesod-json >= 0.0.0.1 && < 0.1 + , yesod-persistent >= 0.0.0.1 && < 0.1 , yesod-static >= 0.0 && < 0.1 - , yesod-form >= 0.0 && < 0.1 + , yesod-form >= 0.0.0.1 && < 0.1 , monad-peel >= 0.1 && < 0.2 , transformers >= 0.2 && < 0.3 , wai >= 0.3 && < 0.4 - , wai-extra >= 0.3 && < 0.4 - , hamlet >= 0.7 && < 0.8 - , warp >= 0.3 && < 0.4 - , mime-mail >= 0.1 && < 0.2 + , wai-extra >= 0.3.2 && < 0.4 + , hamlet >= 0.7.1 && < 0.8 + , warp >= 0.3.2.1 && < 0.4 + , mime-mail >= 0.1.0.1 && < 0.2 , hjsmin >= 0.0.12 && < 0.1 - , attoparsec-text >= 0.8 && < 0.9 + , attoparsec-text >= 0.8.2.1 && < 0.9 exposed-modules: Yesod ghc-options: -Wall