diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 46dd13d8..118593e9 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -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 diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index 423bebc3..ef8a527f 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -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