summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-15 10:46:40 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-15 10:46:40 -0800
commit4b7bc40e8ba5a0981bd6429f48fa6acdb21d5d69 (patch)
tree10e7dabcb2408d8f2a58c1880182205486448ae7 /pandoc.cabal
parentf114153481b81320e73e55cc5524680cd8f5ebfc (diff)
Renaming: Json -> JSON in modules and functions.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dc9b3d471..d8d2d7952 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -500,7 +500,7 @@ library
Text.Pandoc.BCP47,
Text.Pandoc.Class
other-modules: Text.Pandoc.Filter,
- Text.Pandoc.Filter.Json,
+ Text.Pandoc.Filter.JSON,
Text.Pandoc.Filter.Lua,
Text.Pandoc.Filter.Path,
Text.Pandoc.Readers.Docx.Lists,