From b88cd9c2ed6f9577e93e4466577a753c8579e3ad Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 14 Dec 2017 20:54:15 -0800
Subject: [PATCH] filters.md: say that Text.Pandoc.JSON comes form
 pandoc-types.

Closes jgm/pandoc-website#16.
---
 doc/filters.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/filters.md b/doc/filters.md
index f4c14c009..a27d657fb 100644
--- a/doc/filters.md
+++ b/doc/filters.md
@@ -204,9 +204,9 @@ pandoc can produce and consume:
                                   ↓
                             target format
 
-The module `Text.Pandoc.JSON` contains a function `toJSONFilter`
-that makes it easy to write such filters.  Here is a filter
-version of `behead.hs`:
+The module `Text.Pandoc.JSON` (from `pandoc-types`) contains a
+function `toJSONFilter` that makes it easy to write such
+filters.  Here is a filter version of `behead.hs`:
 
 ~~~~                          {.haskell}
 #!/usr/bin/env runhaskell