diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2020-03-22 20:28:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-22 12:28:45 -0700 |
| commit | f2b337768e95c8903f65e597f7d8cd81938dacc3 (patch) | |
| tree | 16b228d1b38868cee264aa2ccdf3b8c8d890bb90 /src/Text/Pandoc/Readers/OPML.hs | |
| parent | 22bf3d6727aa36f6079f89c602c59ba7b71e4475 (diff) | |
Finer grained imports of Text.Pandoc.Class submodules (#6203)
This should speed-up recompilation after changes in `Text.Pandoc.Class`,
as the number of modules affected by a change will be smaller in
general. It also offers faster insights into the parts of `T.P.Class`
used within a module.
Diffstat (limited to 'src/Text/Pandoc/Readers/OPML.hs')
| -rw-r--r-- | src/Text/Pandoc/Readers/OPML.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/OPML.hs b/src/Text/Pandoc/Readers/OPML.hs index 783946c7e..903cdf4a1 100644 --- a/src/Text/Pandoc/Readers/OPML.hs +++ b/src/Text/Pandoc/Readers/OPML.hs @@ -21,7 +21,7 @@ import Data.Text (Text) import qualified Data.Text as T import Text.HTML.TagSoup.Entity (lookupEntity) import Text.Pandoc.Builder -import Text.Pandoc.Class (PandocMonad) +import Text.Pandoc.Class.PandocMonad (PandocMonad) import Text.Pandoc.Options import Text.Pandoc.Readers.HTML (readHtml) import Text.Pandoc.Readers.Markdown (readMarkdown) |
