| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:09:24 GMT
X-Served-By: cache-dfw-kdal2120108-DFW, cache-bom-vanm7210031-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768612164.151580,VS0,VE379
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
stackage-query: Tool for querying Stackage
stackage-query: Tool for querying Stackage
Downloads
- stackage-query-0.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | aeson, base (>=4.7 && <5), bytestring, Cabal (>=1.22), containers, directory, exceptions (>=0.6), filepath, hashable, http-directory (>=0.1.2), optparse-applicative (>=0.13), process, safe, semigroups, simple-cmd, simple-cmd-args (>=0.1.1), text, time, unix, unordered-containers, vector, yaml [details] |
| Tested with | ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5 |
| License | MIT |
| Copyright | 2017 Jens Petersen <juhpetersen@gmail.com> |
| Author | Jens Petersen <juhpetersen@gmail.com> |
| Maintainer | Jens Petersen <juhpetersen@gmail.com> |
| Uploaded | by JensPetersen at 2019-05-07T18:12:14Z |
| Category | Distribution |
| Home page | https://github.com/juhp/stackage-query |
| Bug tracker | https://github.com/juhp/stackage-query/issues |
| Source repo | head: git clone https://github.com/juhp/stackage-query |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | stackage |
| Downloads | 3259 total (17 in the last 30 days) |
| Rating | 1.75 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] Last success reported on 2019-05-07 [all 2 reports] |
Readme for stackage-query-0.2.0
[back to package description]Stackage-Query
Small tool that queries package metadata from Stackage snapshots using the yaml files from stackage-nightly and lts-haskell.
Example usage:
$ stackage package lts pandoc
2.5
$ stackage core lts-12
<list of ghc library versions>
$ stackage packages lts-13.20 | wc -l
2322
$ stackage consumers lts-12 --minimum 500
867 text
$ stackage users nightly pandoc
pandoc pandoc-citeproc pandoc-csv2table pandoc-pyplot
$ stackage latest nightly
nightly-2019-05-07

