summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-11-21 09:30:08 -0500
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:39 +0100
commit239880f412f89a6647368d313e21718ade4d89fd (patch)
treeea44ce58ce74143ba92008ebaeb8acfccf0b73de /pandoc.cabal
parentf22bc52864d753179ae0ac16980fc2be1ba1781d (diff)
Introduce PandocMonad typeclass.
This can be instantiated by both an IO monad or a pure State monad.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d1fc56bed..7296643c9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -383,8 +383,9 @@ Library
Text.Pandoc.XML,
Text.Pandoc.SelfContained,
Text.Pandoc.Process,
- Text.Pandoc.CSS
- Text.Pandoc.Free
+ Text.Pandoc.CSS,
+ Text.Pandoc.Free,
+ Text.Pandoc.Class
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
Text.Pandoc.Readers.Docx.Combine,
Text.Pandoc.Readers.Docx.Parse,