Some version bumps

This commit is contained in:
Michael Snoyman 2011-02-15 08:28:28 +02:00
parent c3b8b49082
commit c6aeba555d

View File

@ -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