stackage-server/templates/package-counts.hamlet
2015-01-07 12:05:12 +02:00

21 lines
574 B
Plaintext

<div .container>
<h1>Package counts
<p>
This page provides historical information on the number of packages included
in Stackage Nightly and LTS Haskell snapshots, purely for the sake of
curiosity.
<table>
<thead>
<tr>
<th .name>Title
<th .count>Count
<th .date>Date
<tbody>
$forall c <- counts
<tr>
<td .name>#{name c}
<td .count>#{packages c}
<td .date>#{show $ date c}