mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
11 lines
454 B
Plaintext
11 lines
454 B
Plaintext
<div .container>
|
|
<p>
|
|
Stackage is an infrastructure to create stable builds of complete package sets. Think “stable Hackage”.
|
|
<h2>Recommended Snapshots
|
|
<ul>
|
|
$forall (E.Value ident, E.Value title, E.Value uploaded, E.Value display, E.Value handle) <- stackages
|
|
<li>
|
|
<a href=@{StackageHomeR ident}>
|
|
#{title}
|
|
<i>by #{display} (#{handle}) on #{show uploaded}
|