$newline never

#{pn} # #{metadataVersion metadata} #

#{synopsis} \ # $maybe url <- homepage #{url} $maybe (ltsMajor,ltsMinor,pkgVersion,ltsSlug) <- mlts LTS Haskell \ ( #{pkgVersion} ) $maybe _ <- mnightly , # $maybe (nightlyDay,ghcVersion,pkgVersion,nightlySlug) <- mnightly Stackage Nightly GHC #{ghcVersion} \ ( #{pkgVersion} )

#{nLikes} \ likes # $if null tags No tags yet. # $forall (tag,count,tagged) <- tags #{tag} # #{count} , #

Add tag

#{metadataLicenseName metadata} licensed # $if null maintainers and maintained # $if not (null authors) by # $forall (i,identity) <- authors $case identity $of PlainText name $if i /= 0 , # #{name} $of Contact name email $if i /= 0 , # #{name} $of _
$if not (null maintainers) Maintained by # $forall (i,identity) <- maintainers $case identity $of PlainText name $if i /= 0 , # #{name} $of Contact name email $if i /= 0 , # #{name} $of EmailOnly email $if i /= 0 , # #{renderEmail email} $maybe (version, modules) <- mdocs