mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +01:00
21 lines
574 B
Plaintext
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}
|