diff options
author | Justin Humm <justin.humm@posteo.de> | 2019-09-18 02:41:15 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2019-09-18 09:41:15 +0900 |
commit | eee8bf8bf29d62bb2156466234fe59644ffb9988 (patch) | |
tree | 1100836935dba4fa63c30272a6798da026da06e2 | |
parent | 4819618ef24c44748bbeecb4a92fa4e2369f04f9 (diff) | |
download | hakyll-eee8bf8bf29d62bb2156466234fe59644ffb9988.tar.gz |
add missing files to hakyll.cabal
This fixes a build error with the Hackage tarball of 4.13.0.0
-rw-r--r-- | hakyll.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 246408a..e4168d3 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -59,6 +59,7 @@ Data-files: Extra-source-files: CHANGELOG.md + tests/data/embed.html tests/data/example.md tests/data/example.md.metadata tests/data/images/favicon.ico @@ -69,6 +70,7 @@ Extra-source-files: tests/data/partial.html.out tests/data/posts/2010-08-26-birthday.md tests/data/posts/2018-09-26.md + tests/data/posts/2019/05/10/tomorrow.md tests/data/russian.md tests/data/strip.html tests/data/strip.html.out |