authenticate bump
This commit is contained in:
parent
606f186d30
commit
f526a667aa
@ -20,7 +20,7 @@ library
|
|||||||
cpp-options: -DGHC7
|
cpp-options: -DGHC7
|
||||||
else
|
else
|
||||||
build-depends: base >= 4 && < 4.3
|
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
|
, bytestring >= 0.9.1.4 && < 0.10
|
||||||
, yesod-core >= 0.9 && < 0.10
|
, yesod-core >= 0.9 && < 0.10
|
||||||
, wai >= 0.4 && < 0.5
|
, wai >= 0.4 && < 0.5
|
||||||
|
|||||||
@ -79,31 +79,6 @@ library
|
|||||||
exposed-modules: Yesod
|
exposed-modules: Yesod
|
||||||
ghc-options: -Wall
|
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
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: git://github.com/yesodweb/yesod.git
|
location: git://github.com/yesodweb/yesod.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user