diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-16 07:02:04 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-16 07:02:04 -0800 |
commit | bfea92273d834cd20b27fce93b82f519670c1386 (patch) | |
tree | 3c676fb973bfd2e15b9c1fd4cb910c38701b1008 | |
parent | 6a226041adb8a1e0692c64b13b4ad0593123a6b4 (diff) | |
download | pandoc-bfea92273d834cd20b27fce93b82f519670c1386.tar.gz |
Added stack.yaml to other-source-files so it gets into tarball.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index c83cecc16..c607a0dd0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -113,6 +113,8 @@ Extra-Source-Files: -- documentation INSTALL, BUGS, CONTRIBUTING.md, changelog man/pandoc.1 + -- stack build plan + stack.yaml -- files needed to build man page man/capitalizeHeaders.hs man/removeNotes.hs |