Some version bumps
This commit is contained in:
parent
c3b8b49082
commit
c6aeba555d
18
yesod.cabal
18
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user