highlight-versions: Highlight package versions which differ from the latest version on Hackage
This package provides an executable which reads from stdin and outputs the same thing to stdout, except that any lines which look like package identifiers (e.g. foo-0.3.2) are highlighted if the version does not match the latest version on Hackage: red if the version is less than the version on Hackage, or cyan if greater. In addition, the Hackage version is shown in blue.
In particular, it can be useful to pipe the
output of cabal(-dev) install --dry-run
through
this program, to aid in checking the install
plan. It's usually a good idea to understand why
an outdated package is being installed; otherwise
it can indicate that something needs to be updated.
Versions | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.3, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.4, 0.1.3.5, 0.1.3.6 |
---|---|
Change log | CHANGES |
Dependencies | ansi-terminal (==0.5.*), base (==4.*), Cabal (==1.14.*), containers (>=0.4 && <0.6), hackage-db (==1.3.*) [details] |
License | BSD-3-Clause |
Copyright | Copyright 2012 Brent Yorgey |
Author | Brent Yorgey |
Maintainer | byorgey@cis.upenn.edu |
Category | Distribution |
Source repo | head: darcs get http://code.haskell.org/~byorgey/code/highlight-versions |
Uploaded | by BrentYorgey at Sat Aug 25 17:31:07 UTC 2012 |
Distributions | NixOS:0.1.3.6 |
Executables | highlight-versions |
Downloads | 4346 total (32 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-24 [all 6 reports] Hackage Matrix CI |
Downloads
- highlight-versions-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)