mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-27 11:21:56 +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}
|
<div .container>
|
||||||
<p>
|
<h1>Module listing for #{toPathPiece slug}
|
||||||
<a href=@{SnapshotR slug DocsR}>Return to snapshot
|
<p>
|
||||||
<ul>
|
<a href=@{SnapshotR slug StackageHomeR}>Return to snapshot
|
||||||
$forall (name, url, package, version) <- modules
|
<ul>
|
||||||
<li>
|
$forall (name, url, package, version) <- modules
|
||||||
<a href=#{url}>#{name}
|
<li>
|
||||||
(#{package}-#{version})
|
<a href=#{url}>#{name}
|
||||||
|
(#{package}-#{version})
|
||||||
|
|||||||
@ -43,6 +43,9 @@ $newline never
|
|||||||
|
|
||||||
<h3>Packages
|
<h3>Packages
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href=@{SnapshotR slug DocsR}>View documentation by modules
|
||||||
|
|
||||||
<div .container .content>
|
<div .container .content>
|
||||||
<div .packages>
|
<div .packages>
|
||||||
$if packageListClipped
|
$if packageListClipped
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user