aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorOphir Lifshitz <hangfromthefloor@gmail.com>2015-07-24 02:53:17 -0400
committerOphir Lifshitz <hangfromthefloor@gmail.com>2015-07-24 02:53:17 -0400
commit7ef8700734ea8caae083e372b51cfe7bf2c51f9b (patch)
tree62fb2ab77fe8825044e473f705a267ebe4e493d2 /pandoc.cabal
parent8390d935d8af944690736b7f2da5f2a58d97351b (diff)
downloadpandoc-7ef8700734ea8caae083e372b51cfe7bf2c51f9b.tar.gz
HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSS
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 3001756a4..874bd89d5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -358,7 +358,8 @@ Library
Text.Pandoc.Templates,
Text.Pandoc.XML,
Text.Pandoc.SelfContained,
- Text.Pandoc.Process
+ Text.Pandoc.Process,
+ Text.Pandoc.CSS
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Reducible,
Text.Pandoc.Readers.Docx.Parse,