summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-18 11:33:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-18 11:33:09 -0700
commitab390a10ec3bc42c71d8746152acbf3ee7b1595b (patch)
treef8700679986bf08874192f3c44c9a7fa3d5e4fdb /pandoc.cabal
parentb371e83d7362c6ffc6e4dd98b7288ddd7f23f46a (diff)
Removed old haddock reader code. Add dependency on haddock-library.
This also removes the dependency on alex and happy.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal8
1 files changed, 3 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5898af5ad..f9938bede 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -255,8 +255,8 @@ Library
vector >= 0.10 && < 0.11,
hslua >= 0.3 && < 0.4,
binary >= 0.5 && < 0.8,
- SHA >= 1.6 && < 1.7
- Build-Tools: alex, happy
+ SHA >= 1.6 && < 1.7,
+ haddock-library >= 1.0 && < 1.1
if flag(https)
Build-Depends: http-client >= 0.3.2 && < 0.4,
http-client-tls >= 0.2 && < 0.3,
@@ -322,9 +322,7 @@ Library
Text.Pandoc.XML,
Text.Pandoc.SelfContained,
Text.Pandoc.Process
- Other-Modules: Text.Pandoc.Readers.Haddock.Lex,
- Text.Pandoc.Readers.Haddock.Parse,
- Text.Pandoc.Readers.Docx.Lists,
+ Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Parse,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,