Skip to content

Instantly share code, notes, and snippets.

@Rizary
Created July 3, 2019 15:25
Show Gist options
  • Save Rizary/9770c5cbb768498a7a315c617669a821 to your computer and use it in GitHub Desktop.
Save Rizary/9770c5cbb768498a7a315c617669a821 to your computer and use it in GitHub Desktop.
el "ul" $ do
el "li" $
elAttr "a" ("href" =: "https://github.com/haskell-infra/hackage-trustees/blob/master/policy.md") $
text "Hackage trustee policy and procedures"
<ul>
<li>
<a href="https://github.com/haskell-infra/hackage-trustees/blob/master/policy.md"> Hackage trustee policy and procedures </a>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment