package-vt

Version 0.1.3.3 revision 0 uploaded by KrzysztofSkrzetnicki.

Package meta

Synopsis
Haskell Package Versioning Tool
Description

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
Author
Krzysztof Skrzetnicki <krzysztof.skrzetnicki+hackage@gmail.com>
Bug reports
n/a
Category
Development
Copyright
n/a
Homepage
n/a
Maintainer
Krzysztof Skrzetnicki <krzysztof.skrzetnicki+hackage@gmail.com>
Package URL
n/a
Stability
n/a

Components