From 7d1b0f5bf1dfa019e11f7d6794e3e455eb67174e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 21 Feb 2013 07:16:27 +0200 Subject: [PATCH] Fix some deps --- yesod-auth/yesod-auth.cabal | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index e5087af3..b5e64ae1 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.1.5.2 +version: 1.1.5.3 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -15,16 +15,16 @@ extra-source-files: persona_sign_in_blue.png library build-depends: base >= 4 && < 5 - , authenticate >= 1.3 && < 1.4 + , authenticate >= 1.3 , bytestring >= 0.9.1.4 , yesod-core >= 1.1 && < 1.2 - , wai >= 1.3 && < 1.5 + , wai >= 1.3 , template-haskell - , pureMD5 >= 2.0 && < 2.2 - , random >= 1.0.0.2 && < 1.1 - , text >= 0.7 && < 0.12 - , mime-mail >= 0.3 && < 0.5 - , yesod-persistent >= 1.1 && < 1.2 + , pureMD5 >= 2.0 + , random >= 1.0.0.2 + , text >= 0.7 + , mime-mail >= 0.3 + , yesod-persistent >= 1.1 , hamlet >= 1.1 && < 1.2 , shakespeare-css >= 1.0 && < 1.1 , shakespeare-js >= 1.0.2 && < 1.2 @@ -32,13 +32,13 @@ library , containers , unordered-containers , yesod-form >= 1.1 && < 1.3 - , transformers >= 0.2.2 && < 0.4 + , transformers >= 0.2.2 , persistent >= 1.0 && < 1.2 , persistent-template >= 1.0 && < 1.2 - , SHA >= 1.4.1.3 && < 1.7 - , http-conduit >= 1.5 && < 1.9 + , SHA >= 1.4.1.3 + , http-conduit >= 1.5 , aeson >= 0.5 - , pwstore-fast >= 2.2 && < 3 + , pwstore-fast >= 2.2 , lifted-base >= 0.1 , blaze-html >= 0.5 , blaze-markup >= 0.5.1