switch to GHC2024
This commit is contained in:
parent
5031058bde
commit
d06f749b8c
5 changed files with 8 additions and 24 deletions
|
@ -250,9 +250,10 @@ makeButtonBar title images =
|
|||
| [(_, imgs)] <- cats ->
|
||||
makeButtonBar title (Uncat imgs)
|
||||
| otherwise ->
|
||||
makeNav "cat" $ map (uncurry makeCat) cats
|
||||
makeNav "cat" $ map (uncurry makeCat) cats
|
||||
where
|
||||
makeNav (cls :: Text) inner = [b|@0
|
||||
makeNav :: CanBuild b => Text -> b -> Builder
|
||||
makeNav cls inner = [b|@0
|
||||
<nav id=alts class=$cls aria-label="alternate versions">
|
||||
$2.inner
|
||||
$2.skipAll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue