summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 23:29:42 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 23:29:42 +0100
commit6307ecd094c0ab2f937909dacdce08f8a4bb7780 (patch)
treeae1d2a8c19d55e711ae24e05af022d0cd6249d84 /hakyll.cabal
parent3f13de078743f876df5adf64e021b7214d12e3f4 (diff)
downloadhakyll-6307ecd094c0ab2f937909dacdce08f8a4bb7780.tar.gz
Start simple init program
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal24
1 files changed, 21 insertions, 3 deletions
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