diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-24 22:11:46 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-24 22:11:46 -0700 |
commit | a777c6e2aec20727d8521c555762d4753daaffbc (patch) | |
tree | 6c97e919eef19e85613c3c81f037b8f28cfed7df | |
parent | 0914f7f713e0c319f017e00710e70a64a495b11e (diff) | |
download | pandoc-a777c6e2aec20727d8521c555762d4753daaffbc.tar.gz |
Added Paths_pandoc to other-modules for executable stanza.
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 6365b7944..a44aa3f06 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -433,6 +433,7 @@ Executable pandoc Main-Is: pandoc.hs Buildable: True Other-Modules: Prelude + Paths_pandoc Executable trypandoc Main-Is: trypandoc.hs |