mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Merge remote-tracking branch 'origin/master' into 47-hoogle
This commit is contained in:
commit
2f107a2423
@ -1,8 +1,9 @@
|
||||
<h1>Module listing for #{toPathPiece slug}
|
||||
<p>
|
||||
<a href=@{SnapshotR slug DocsR}>Return to snapshot
|
||||
<ul>
|
||||
$forall (name, url, package, version) <- modules
|
||||
<li>
|
||||
<a href=#{url}>#{name}
|
||||
(#{package}-#{version})
|
||||
<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})
|
||||
|
||||
@ -43,6 +43,9 @@ $newline never
|
||||
|
||||
<h3>Packages
|
||||
|
||||
<p>
|
||||
<a href=@{SnapshotR slug DocsR}>View documentation by modules
|
||||
|
||||
<div .container .content>
|
||||
<div .packages>
|
||||
$if packageListClipped
|
||||
|
||||
Loading…
Reference in New Issue
Block a user