diff --git a/src/DOM.hs b/src/DOM.hs index 38c5549..00c976c 100644 --- a/src/DOM.hs +++ b/src/DOM.hs @@ -16,7 +16,11 @@ import Data.Text (pack, empty) import DOM.Card (HasCard) import qualified DOM.Card as Card (make) import Files (absoluteLink) -import Lucid +import Lucid ( + HtmlT, a_, article_, body_, charset_, class_, div_, doctypehtml_, h1_, h2_ + , head_, header_, href_, li_, link_, id_, meta_, pre_, rel_, script_, src_ + , title_, toHtml, toHtmlRaw, type_, ul_ + ) import Prelude hiding (head, lookup) import Pretty ((.$)) import System.FilePath.Posix ((), (<.>))