summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Filter
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 /src/Text/Pandoc/Filter
parentf114153481b81320e73e55cc5524680cd8f5ebfc (diff)
Renaming: Json -> JSON in modules and functions.
Diffstat (limited to 'src/Text/Pandoc/Filter')
-rw-r--r--src/Text/Pandoc/Filter/JSON.hs (renamed from src/Text/Pandoc/Filter/Json.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Filter/Json.hs b/src/Text/Pandoc/Filter/JSON.hs
index 681c52720..5772c2c41 100644
--- a/src/Text/Pandoc/Filter/Json.hs
+++ b/src/Text/Pandoc/Filter/JSON.hs
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Programmatically modifications of pandoc documents via JSON filters.
-}
-module Text.Pandoc.Filter.Json (apply) where
+module Text.Pandoc.Filter.JSON (apply) where
import Control.Monad (unless, when)
import Control.Monad.Trans (MonadIO (liftIO))