jamesdabbs / yesod-worker

Drop-in(ish) background worker system for Yesod applications
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

yesod-worker.cabal: add missing file to source tarball #3

Closed trofi closed 8 years ago

trofi commented 8 years ago

Noticed when tried to pull yesod-worker-0.1.0.0 in gentoo. Failed as:

src/Yesod/Worker/Site.hs:38:28: error: • Exception when trying to run compile-time code: templates/home.hamlet: openFile: does not exist (No such file or directory) Code: whamletFile "templates/home.hamlet" • In the untyped splice: $(whamletFile "templates/home.hamlet")

Signed-off-by: Sergei Trofimovich siarheit@google.com

jamesdabbs commented 8 years ago

Good catch, thanks! :+1: