From a5790dd30893cf7143eb64a46fb137caf131a624 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 10 Aug 2017 11:12:41 -0700 Subject: 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. --- pandoc.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pandoc.cabal') 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, -- cgit v1.2.3