package-vt: Haskell Package Versioning Tool
This program is meant as a tool for suggesting version change of libraries. It tries to match official Package Versioning Policy.
See http://www.haskell.org/haskellwiki/Package_versioning_policy for details.
This version works by inspecting new/removed exported modules or entities. It doesn't currently check the types of exported elements.
Typical invocation:
package-vt module-ver-1.hs module-ver-2.hs
If you unpack modules with cabal unpack
you can use the following form:
# unpack modules cabal unpack package-1 cabal unpack package-2 package-vt module-1/module.cabal module-2/module.cabal
Downloads
- package-vt-0.1.3.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.3.3 |
---|---|
Dependencies | base (>=4.1.0 && <5), Cabal (>=1.6.0 && <1.7), Diff (>=0.1.2 && <0.1.3), filepath (>=1.1.0 && <1.2.0), haskell-src-exts (>=1.3.0 && <1.3.1) [details] |
License | BSD-3-Clause |
Author | Krzysztof Skrzetnicki <krzysztof.skrzetnicki+hackage@gmail.com> |
Maintainer | Krzysztof Skrzetnicki <krzysztof.skrzetnicki+hackage@gmail.com> |
Category | Development |
Source repo | head: git clone http://github.com/Tener/haskell-package-vt.git this: git clone http://github.com/Tener/haskell-package-vt.git(tag 0.1.3.2) |
Uploaded | by KrzysztofSkrzetnicki at 2009-11-27T01:39:58Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | package-vt |
Downloads | 1249 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-30 [all 7 reports] |