diff options
| author | Julien Langlois <yourstruly@julienlanglois.me> | 2016-10-23 22:24:21 -0700 |
|---|---|---|
| committer | Julien Langlois <yourstruly@julienlanglois.me> | 2016-10-23 22:24:21 -0700 |
| commit | b31886cdba24a8cf01e28558f5510a549c312756 (patch) | |
| tree | 7eb092eab53e51d314917d91c2594c994d7ad10d | |
| parent | 3c73cd1e32e3070924abf542c456c67d778e0b27 (diff) | |
| download | hakyll-b31886cdba24a8cf01e28558f5510a549c312756.tar.gz | |
Fix extra test files for packaging source files.
| -rw-r--r-- | hakyll.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 0f79851..9bba3c8 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -65,8 +65,13 @@ Extra-source-files: tests/data/example.md tests/data/example.md.metadata tests/data/images/favicon.ico + tests/data/partial-helper.html + tests/data/partial.html + tests/data/partial.html.out tests/data/posts/2010-08-26-birthday.md tests/data/russian.md + tests/data/strip.html + tests/data/strip.html.out tests/data/template.html tests/data/template.html.out |
