mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
21 lines
808 B
Plaintext
21 lines
808 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}
|
|
<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}
|