summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal11
1 files changed, 6 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 65664f7..4a3dff1 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -56,10 +56,6 @@ Data-files:
example/index.html
example/about.rst
example/contact.markdown
- templates/atom-item.xml
- templates/atom.xml
- templates/rss-item.xml
- templates/rss.xml
Extra-source-files:
CHANGELOG.md
@@ -77,6 +73,10 @@ Extra-source-files:
tests/data/strip.html.out
tests/data/template.html
tests/data/template.html.out
+ data/templates/atom-item.xml
+ data/templates/atom.xml
+ data/templates/rss-item.xml
+ data/templates/rss.xml
Source-Repository head
Type: git
@@ -190,7 +190,8 @@ Library
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
yaml >= 0.8.11 && < 0.9,
- optparse-applicative >= 0.12 && < 0.15
+ optparse-applicative >= 0.12 && < 0.15,
+ file-embed >= 0.0.10.1 && < 0.0.11
If flag(previewServer)
Build-depends: