Created
July 3, 2019 15:25
-
-
Save Rizary/9770c5cbb768498a7a315c617669a821 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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