Included skeleton files in cabal file
This commit is contained in:
parent
ed2947f105
commit
9acce7b4d6
15
yesod.cabal
15
yesod.cabal
@ -11,6 +11,13 @@ stability: unstable
|
|||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://www.yesodweb.com/code.html
|
homepage: http://www.yesodweb.com/code.html
|
||||||
|
extra-source-files: CLI/skel/App.hs,
|
||||||
|
CLI/skel/static/style.css,
|
||||||
|
CLI/skel/settings.yaml,
|
||||||
|
CLI/skel/LICENSE,
|
||||||
|
CLI/skel/webapp.cabal,
|
||||||
|
CLI/skel/templates/layout.st,
|
||||||
|
CLI/skel/templates/homepage.st
|
||||||
|
|
||||||
flag buildtests
|
flag buildtests
|
||||||
description: Build the executable to run unit tests
|
description: Build the executable to run unit tests
|
||||||
@ -70,10 +77,10 @@ library
|
|||||||
Web.Mime
|
Web.Mime
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
executable yesod
|
executable yesod
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-depends: file-embed >= 0.0.3 && < 0.1
|
build-depends: file-embed >= 0.0.3 && < 0.1
|
||||||
main-is: CLI/yesod.hs
|
main-is: CLI/yesod.hs
|
||||||
|
|
||||||
executable runtests
|
executable runtests
|
||||||
if flag(buildtests)
|
if flag(buildtests)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user