From 9acce7b4d6baff4ea1d3d869c60a6958e073677f Mon Sep 17 00:00:00 2001 From: Snoyman Date: Sun, 7 Mar 2010 19:18:16 -0800 Subject: [PATCH] Included skeleton files in cabal file --- yesod.cabal | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/yesod.cabal b/yesod.cabal index c13ebb75..db40435d 100644 --- a/yesod.cabal +++ b/yesod.cabal @@ -11,6 +11,13 @@ stability: unstable cabal-version: >= 1.6 build-type: Simple 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 description: Build the executable to run unit tests @@ -70,10 +77,10 @@ library Web.Mime ghc-options: -Wall -executable yesod - ghc-options: -Wall - build-depends: file-embed >= 0.0.3 && < 0.1 - main-is: CLI/yesod.hs +executable yesod + ghc-options: -Wall + build-depends: file-embed >= 0.0.3 && < 0.1 + main-is: CLI/yesod.hs executable runtests if flag(buildtests)