summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-14 10:29:12 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:42 +0100
commit14272521600f9a616c07333261fa258b3dc5c487 (patch)
treef1e57d17c35d57b543a078356e8c01a447031d16 /pandoc.cabal
parent93e4cd9f8ca30253d3bf31bbf6e13a762c4c78a0 (diff)
Split extensions code from Options into separate Text.Pandoc.Extensions.
API change. However, Extensions exports Options, so this shouldn't have much impact.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2d67421a4..80a35378f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -257,6 +257,7 @@ Library
containers >= 0.1 && < 0.6,
unordered-containers >= 0.2 && < 0.3,
array >= 0.3 && < 0.6,
+ largeword >= 1.2 && < 1.3,
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
filepath >= 1.1 && < 1.5,
@@ -328,6 +329,7 @@ Library
Exposed-Modules: Text.Pandoc,
Text.Pandoc.Options,
+ Text.Pandoc.Extensions,
Text.Pandoc.Pretty,
Text.Pandoc.Shared,
Text.Pandoc.MediaBag,