From df9418c819fa04cb4c4f710458519ce3466fcb80 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 20 Mar 2023 11:41:48 -0700 Subject: Remove superfluous import. --- src/Text/Pandoc/Writers/HTML.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text') 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 -- cgit v1.2.3