mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
20 lines
796 B
Plaintext
20 lines
796 B
Plaintext
<div .container #snapshot-home .content>
|
|
<div .row>
|
|
<div .span12>
|
|
<h1>Snapshots containing #{toHtml pn}
|
|
<p>Back to <a href=@{PackageR pn}>#{toHtml pn}</a>
|
|
<table .table .snapshots>
|
|
<thead>
|
|
<tr>
|
|
<th>
|
|
Package version
|
|
<th>
|
|
Snapshot
|
|
<tbody>
|
|
$forall (compiler, spi) <- snapshots
|
|
<tr>
|
|
<td>
|
|
#{spiVersionRev spi}
|
|
<td>
|
|
<a href=@{SnapshotR (spiSnapName spi) $ StackageSdistR $ PNVName pn}>#{snapshotPrettyName (spiSnapName spi) compiler}
|