authenticate bump

This commit is contained in:
Michael Snoyman 2011-08-23 13:58:18 +03:00
parent 606f186d30
commit f526a667aa
2 changed files with 1 additions and 26 deletions

View File

@ -20,7 +20,7 @@ library
cpp-options: -DGHC7
else
build-depends: base >= 4 && < 4.3
build-depends: authenticate >= 0.9.2.3 && < 0.10
build-depends: authenticate >= 0.10 && < 0.11
, bytestring >= 0.9.1.4 && < 0.10
, yesod-core >= 0.9 && < 0.10
, wai >= 0.4 && < 0.5

View File

@ -79,31 +79,6 @@ library
exposed-modules: Yesod
ghc-options: -Wall
executable yesod
if flag(ghc7)
build-depends: base >= 4.3 && < 5
cpp-options: -DGHC7
else
build-depends: base >= 4 && < 4.3
build-depends: parsec >= 2.1 && < 4
, text >= 0.11 && < 0.12
, bytestring >= 0.9 && < 0.10
, time >= 1.1.4 && < 1.3
, template-haskell
, directory >= 1.0 && < 1.2
, Cabal >= 1.8 && < 1.11
, unix-compat >= 0.2 && < 0.3
, containers >= 0.2 && < 0.5
, attoparsec-text >= 0.8.5 && < 0.9
, http-types >= 0.6.1 && < 0.7
, blaze-builder >= 0.2 && < 0.4
, process
ghc-options: -Wall -threaded
main-is: scaffold.hs
other-modules: CodeGen
Scaffold.Build
Scaffold.Devel
source-repository head
type: git
location: git://github.com/yesodweb/yesod.git