summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorRoman Kuznetsov <roman@kuznero.com>2018-01-07 12:17:04 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-01-07 12:17:04 +0100
commit526cd35f418fe14bb0039900a00a0e024686ee34 (patch)
tree64ae258b61d3f9d31dc332bba21a4514d08052b6 /hakyll.cabal
parent480da307d22aff8ab3817d1586710c5f4ff6d779 (diff)
downloadhakyll-526cd35f418fe14bb0039900a00a0e024686ee34.tar.gz
Embed feed templates rather than using data-files
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: