Add test/main.hs to extra-source-files: to hopefully fix https://github.com/yesodweb/yesod/issues/331

This commit is contained in:
Mark Wright 2012-04-16 21:15:58 +10:00
parent f7b0f6ce12
commit 745edc36b1

View File

@ -11,6 +11,8 @@ stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/
extra-source-files:
test/main.hs
library
build-depends: base >= 4 && < 5