aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-10 11:12:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-10 11:12:41 -0700
commita5790dd30893cf7143eb64a46fb137caf131a624 (patch)
treea095b1b283ab3fa6f7d7f46577555df5290fa3cd /pandoc.cabal
parente9eaf8421567b2d54b415b642ec1077d79907a10 (diff)
downloadpandoc-a5790dd30893cf7143eb64a46fb137caf131a624.tar.gz
RST reader: Basic support for csv-table directive.
* Added Text.Pandoc.CSV, simple CSV parser. * Options still not supported, and we need tests. See #3533.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b1aec6d6e..f9cdcdd7d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -324,7 +324,8 @@ Library
doctemplates >= 0.1 && < 0.2,
http-client >= 0.4.30 && < 0.6,
http-client-tls >= 0.2.4 && < 0.4,
- http-types >= 0.8 && < 0.10
+ http-types >= 0.8 && < 0.10,
+ csv-conduit >= 0.6 && < 0.7
if os(windows)
Cpp-options: -D_WINDOWS
else
@@ -465,6 +466,7 @@ Library
Text.Pandoc.Lua.StackInstances,
Text.Pandoc.Lua.Util,
Text.Pandoc.CSS,
+ Text.Pandoc.CSV,
Text.Pandoc.UUID,
Text.Pandoc.BCP47
Text.Pandoc.Slides,