Explicitly require all elements imported from Lucid
This commit is contained in:
parent
2fba3d8b6a
commit
42a8cd3b71
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ import Data.Text (pack, empty)
|
||||||
import DOM.Card (HasCard)
|
import DOM.Card (HasCard)
|
||||||
import qualified DOM.Card as Card (make)
|
import qualified DOM.Card as Card (make)
|
||||||
import Files (absoluteLink)
|
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 Prelude hiding (head, lookup)
|
||||||
import Pretty ((.$))
|
import Pretty ((.$))
|
||||||
import System.FilePath.Posix ((</>), (<.>))
|
import System.FilePath.Posix ((</>), (<.>))
|
||||||
|
|
Loading…
Reference in a new issue