Including favicon.ico, removing Werror
This commit is contained in:
parent
0691d69f19
commit
331b2049ff
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user