cookie 0.4

This commit is contained in:
Michael Snoyman 2012-02-06 08:46:51 +02:00
parent 0eb62a92c3
commit 935912f31c
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ defaultYesodRunner handler master sub murl toMasterRoute mkey req = do
hs' =
case mkey of
Nothing -> hs
Just _ -> AddCookie SetCookie
Just _ -> AddCookie def
{ setCookieName = sessionName
, setCookieValue = sessionVal
, setCookiePath = Just (cookiePath master)

View File

@ -69,7 +69,7 @@ library
, containers >= 0.2 && < 0.5
, monad-control >= 0.3 && < 0.4
, transformers-base >= 0.4
, cookie >= 0.3 && < 0.4
, cookie >= 0.4 && < 0.5
, blaze-html >= 0.4.1.3 && < 0.5
, http-types >= 0.6.5 && < 0.7
, case-insensitive >= 0.2