mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
<div .container>
|
|
<h1>Module listing for #{toPathPiece slug}
|
|
<p>
|
|
<a href=@{SnapshotR slug StackageHomeR}>Return to snapshot
|
|
<ul>
|
|
$forall (name, url, package, version) <- modules
|
|
<li>
|
|
<a href=#{url}>#{name}
|
|
(#{package}-#{version})
|