From 6307ecd094c0ab2f937909dacdce08f8a4bb7780 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 5 Dec 2012 23:29:42 +0100 Subject: Start simple init program --- hakyll.cabal | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index 648c389..6c701ce 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -41,11 +41,19 @@ Cabal-Version: >= 1.8 Build-Type: Simple Data-Dir: data -Data-Files: - templates/atom.xml +Data-files: + example/about.rst + example/code.lhs + example/css/default.css + example/css/syntax.css + example/images/haskell-logo.png + example/index.markdown + example/site.hs + example/templates/default.html templates/atom-item.xml - templates/rss.xml + templates/atom.xml templates/rss-item.xml + templates/rss.xml Extra-source-files: tests/data/example.md @@ -214,3 +222,13 @@ Test-suite hakyll-tests Hakyll.Web.Urls.Relativize.Tests Hakyll.Web.Util.Html.Tests TestSuite.Util + +Executable hakyll-init + Ghc-options: -Wall + Hs-source-dirs: src + Main-is: Hakyll/Init.hs + + Build-depends: + base >= 4 && < 5, + directory >= 1.0 && < 1.3, + filepath >= 1.0 && < 1.4 -- cgit v1.2.3