Add yesod dep to tiny scaffold

This commit is contained in:
patrick brisbin 2011-09-13 23:07:27 -04:00
parent 2d0d70fd60
commit f41029fd4c

View File

@ -46,6 +46,7 @@ executable ~project~
hs-source-dirs: .
build-depends: base >= 4 && < 5
, yesod >= 0.9 && < 0.10
, yesod-core >= 0.9 && < 0.10
, yesod-static
, clientsession