aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-17 12:07:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-17 12:08:32 -0700
commitb1f6fb4af5e6df40fe72d6224512f60be082a8cd (patch)
tree42d9dd9286a691c30e56283d45c35c123675727a /pandoc.cabal
parentb9b35059f612d93d3bd559116dc18d68d3430500 (diff)
downloadpandoc-b1f6fb4af5e6df40fe72d6224512f60be082a8cd.tar.gz
HTML reader: support column alignments.
These can be set either with a `width` attribute or with `text-width` in a `style` attribute. Closes #1881.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7e7ed97b7..4d93ea2b9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -301,6 +301,7 @@ Library
HTTP >= 4000.0.5 && < 4000.4,
texmath >= 0.9.4.1 && < 0.10,
xml >= 1.3.12 && < 1.4,
+ split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
pandoc-types >= 1.17 && < 1.18,
aeson >= 0.7 && < 1.3,