diff options
| author | John MacFarlane <[email protected]> | 2023-01-10 22:50:23 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-10 22:50:23 -0800 |
| commit | c1000870291c54e2748c8715155f4a108d60c92e (patch) | |
| tree | 9971d5d9296431df1e79c645c8d1d4239fe33820 /src/Text/Pandoc/Chunks.hs | |
| parent | 59125dfdb949d2e18fe1d2d8582f70ba984d8d8c (diff) | |
Chunks: remove unused imports.chunkedhtml
Diffstat (limited to 'src/Text/Pandoc/Chunks.hs')
| -rw-r--r-- | src/Text/Pandoc/Chunks.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Chunks.hs b/src/Text/Pandoc/Chunks.hs index 4f64d77e5..a21fbb26b 100644 --- a/src/Text/Pandoc/Chunks.hs +++ b/src/Text/Pandoc/Chunks.hs @@ -36,8 +36,7 @@ import qualified Data.Text as T import Data.String (IsString) import GHC.Generics (Generic) import Text.HTML.TagSoup (Tag (TagOpen), fromAttrib, parseTags) -import Data.Tree (Tree(..), unfoldForest, unfoldTree) -import Data.List (tails) +import Data.Tree (Tree(..)) -- | Split 'Pandoc' into 'Chunk's, e.g. for conversion into -- a set of HTML pages or EPUB chapters. |
