diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-09 04:23:05 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-09 04:23:05 +0000 |
commit | 4c59d8930300d2df060967d9b4fba2334fb81d83 (patch) | |
tree | f23f5084392c312df8ede3606dd6341c9e094686 | |
parent | be157f353d01a7f4b22cffbf530ced2764036c7c (diff) | |
download | pandoc-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
-rw-r--r-- | Pandoc.cabal.in | 1 |
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, |