fix tests- clientsession dependencies

This commit is contained in:
Greg Weber 2011-07-15 08:03:25 -07:00
parent 040893a0d4
commit 67fc2f8aa7
4 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,8 @@ Run this from the project root directory. It will make sure each site type build
shelltest tests/scaffold.shelltest
Give it the --debug flag to see all output
## Quicker, repeatable site building
Useful for debugging individual failures.

View File

@ -51,6 +51,7 @@ executable ~project~
, yesod-auth >= 0.4 && < 0.5
, yesod-static >= 0.1 && < 0.2
, mime-mail
, clientsession
, wai-extra
, directory
, bytestring

View File

@ -48,6 +48,7 @@ executable ~project~
build-depends: base >= 4 && < 5
, yesod-core >= 0.8 && < 0.9
, yesod-static
, clientsession
, wai-extra
, directory
, bytestring

View File

@ -24,6 +24,7 @@ import Control.Monad (unless)
import Control.Monad.Trans.Class (lift)
import Control.Monad.IO.Class (liftIO)
import qualified Data.Text as T
import Web.ClientSession (getKey)
-- | The site argument for your application. This can be a good place to
-- keep settings and values requiring initialization before your application