diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-20 11:41:48 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-20 11:41:48 -0700 |
| commit | df9418c819fa04cb4c4f710458519ce3466fcb80 (patch) | |
| tree | aa02b08a12ab96e2005b89012975759f1c89080c /src/Text | |
| parent | 9a9946e1c41bee9bf846f68a95889f9a4bc6c496 (diff) | |
Remove superfluous import.
Diffstat (limited to 'src/Text')
| -rw-r--r-- | src/Text/Pandoc/Writers/HTML.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index eed9fc3a1..0f296c3e3 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -83,7 +83,6 @@ import Text.XML.Light (elChildren, unode, unqual) import qualified Text.XML.Light as XML import Text.XML.Light.Output import Data.String (fromString) -import Data.Containers.ListUtils (nubOrd) data WriterState = WriterState { stNotes :: [Html] -- ^ List of notes |
