From bfea92273d834cd20b27fce93b82f519670c1386 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Mon, 16 Nov 2015 07:02:04 -0800 Subject: [PATCH] Added stack.yaml to other-source-files so it gets into tarball. --- pandoc.cabal | 2 ++ 1 file changed, 2 insertions(+) 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