mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
15 lines
460 B
Plaintext
15 lines
460 B
Plaintext
<div .container .content>
|
|
<h1>Packages
|
|
<div .packages>
|
|
<table .table>
|
|
<thead>
|
|
<th>Package
|
|
<th>Synopsis
|
|
<tbody>
|
|
$forall (name, version, synopsis) <- packages
|
|
<tr>
|
|
<td>
|
|
<a href=@{PackageR $ PackageName name}>#{name}-#{version}
|
|
<td>
|
|
#{strip synopsis}
|