Build yesod-test

This commit is contained in:
Michael Snoyman 2012-03-28 07:43:36 +02:00
parent 4649c587fd
commit 64b8a7be0f
2 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,5 @@
./yesod-auth
./yesod-sitemap
./yesod-default
./yesod-test
./yesod

View File

@ -81,6 +81,7 @@ executable ~project~
, yesod-static >= 1.0 && < 1.1
, yesod-default >= 1.0 && < 1.1
, yesod-form >= 1.0 && < 1.1
, yesod-test >= 0.2 && < 0.3
, clientsession >= 0.7.3 && < 0.8
, bytestring >= 0.9 && < 0.10
, text >= 0.11 && < 0.12