stackage-query: Tool for querying Stackage

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A commandline tool to query metadata of Stackage packages


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 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]
License MIT
Copyright 2017 Jens Petersen <juhpetersen@gmail.com>
Author Jens Petersen <juhpetersen@gmail.com>
Maintainer Jens Petersen <juhpetersen@gmail.com>
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
Uploaded by JensPetersen at 2019-05-07T18:10:56Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for stackage-query-0.2.0

[back to package description]

Build Status Hackage Stackage LTS Stackage Nightly

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