aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-24 22:59:44 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-24 22:59:44 +0000
commit5f3a147dfdee17a05fba87ece8629fa19e95a1c9 (patch)
tree0f785ffaaed60b8ad2b37196d96b872ed3f5b61a /pandoc.cabal
parentbb639d550662b688cb418e4ef10807b33d991b00 (diff)
downloadpandoc-5f3a147dfdee17a05fba87ece8629fa19e95a1c9.tar.gz
Removed plugin support.
Plugins will probably be added in a later version, but for now we want to avoid the heavy GHC API dependency. Also, plugins are very slow with the current system. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1548 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal11
1 files changed, 2 insertions, 9 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5fdca06ab..0a0d10f0e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -38,13 +38,7 @@ Data-Files:
-- documentation
README, INSTALL, COPYRIGHT, BUGS, changelog,
-- wrappers
- markdown2pdf, html2markdown, hsmarkdown,
- -- sample plugins
- plugins/WordPressPlugin.hs,
- plugins/CapitalizeEmphasisPlugin.hs,
- plugins/IncludeFilePlugin.hs,
- plugins/DotPlugin.hs,
- plugins/ListLinksPlugin.hs
+ markdown2pdf, html2markdown, hsmarkdown
Extra-Source-Files:
-- sources for man pages
man/man1/pandoc.1.md, man/man1/markdown2pdf.1.md,
@@ -159,7 +153,7 @@ Library
mtl >= 1.1, network >= 2, filepath >= 1.1,
process >= 1, directory >= 1, template-haskell >= 2.2,
bytestring >= 0.9, zip-archive >= 0.1.1,
- utf8-string >= 0.3, old-time >= 1, hint >= 0.3.0.0
+ utf8-string >= 0.3, old-time >= 1
if impl(ghc >= 6.10)
Build-depends: base >= 4, syb
else
@@ -178,7 +172,6 @@ Library
Text.Pandoc.CharacterReferences,
Text.Pandoc.Shared,
Text.Pandoc.ODT,
- Text.Pandoc.Plugins,
Text.Pandoc.LaTeXMathML,
Text.Pandoc.DefaultHeaders,
Text.Pandoc.Highlighting,