Including favicon.ico, removing Werror

This commit is contained in:
Michael Snoyman 2010-08-29 11:21:38 +03:00
parent 0691d69f19
commit 331b2049ff

View File

@ -14,6 +14,7 @@ stability: Stable
cabal-version: >= 1.6 cabal-version: >= 1.6
build-type: Simple build-type: Simple
homepage: http://docs.yesodweb.com/yesod/ homepage: http://docs.yesodweb.com/yesod/
extra-source-files: favicon.ico
flag buildtests flag buildtests
description: Build the executable to run unit tests description: Build the executable to run unit tests
@ -72,7 +73,7 @@ library
Yesod.Helpers.Sitemap Yesod.Helpers.Sitemap
Yesod.Helpers.Static Yesod.Helpers.Static
Yesod.WebRoutes Yesod.WebRoutes
ghc-options: -Wall -Werror ghc-options: -Wall
executable yesod executable yesod
build-depends: parsec >= 2.1 && < 4 build-depends: parsec >= 2.1 && < 4