aboutsummaryrefslogtreecommitdiff
path: root/Pandoc.cabal.in
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-09 04:23:05 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-09 04:23:05 +0000
commit4c59d8930300d2df060967d9b4fba2334fb81d83 (patch)
treef23f5084392c312df8ede3606dd6341c9e094686 /Pandoc.cabal.in
parentbe157f353d01a7f4b22cffbf530ced2764036c7c (diff)
downloadpandoc-4c59d8930300d2df060967d9b4fba2334fb81d83.tar.gz
Removed "Extra-source-files" from Pandoc.cabal.in, since
it seems to cause problems on GHC 6.4.1! git-svn-id: https://pandoc.googlecode.com/svn/trunk@470 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Pandoc.cabal.in')
-rw-r--r--Pandoc.cabal.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pandoc.cabal.in b/Pandoc.cabal.in
index 5ca10a67e..028d77ec8 100644
--- a/Pandoc.cabal.in
+++ b/Pandoc.cabal.in
@@ -12,7 +12,6 @@ Synopsis: Utilities for translating between various markup formats
Description: Haskell utilities for translating between markdown, HTML,
reStructuredText, LaTeX, and RTF
Build-Depends: @BUILD_DEPENDS@
-Extra-Source-Files: README COPYRIGHT man/man1/pandoc.1
@HS_SOURCE_DIRS@: src
Exposed-Modules: Text.ParserCombinators.Pandoc,
Text.Pandoc.ASCIIMathML,