From 30dfc26238020e14fec15759375e3a24401f85fb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 1 Apr 2013 21:23:08 +0300 Subject: [PATCH] allow clientsession 0.9 --- yesod-core/yesod-core.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 1262391a..f8717d70 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.1.8.2 +version: 1.1.8.3 license: MIT license-file: LICENSE author: Michael Snoyman @@ -63,7 +63,7 @@ library , shakespeare-i18n >= 1.0 && < 1.1 , blaze-builder >= 0.2.1.4 && < 0.4 , transformers >= 0.2.2 && < 0.4 - , clientsession >= 0.8 && < 0.9 + , clientsession >= 0.8 , random >= 1.0.0.2 && < 1.1 , cereal >= 0.3 && < 0.4 , old-locale >= 1.0.0.2 && < 1.1