packages feed

package-vt-0.1.3.3: package-vt.cabal

name:                package-vt
version:             0.1.3.3
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

category:            Development
license:             BSD3
license-file:        LICENSE
author:              Krzysztof Skrzetnicki <krzysztof.skrzetnicki+hackage@gmail.com>
maintainer:          Krzysztof Skrzetnicki <krzysztof.skrzetnicki+hackage@gmail.com>
build-type:          Simple
Cabal-Version: >= 1.6

source-repository    head
    Type:     Git
    Location: http://github.com/Tener/haskell-package-vt.git

source-repository    this
    Type:     Git
    Location: http://github.com/Tener/haskell-package-vt.git
    Tag: 0.1.3.2


executable          package-vt
      main-is:             package-vt.hs
      build-depends: Diff >= 0.1.2 && < 0.1.3, 
                     haskell-src-exts >= 1.3.0 && < 1.3.1,
                     filepath >= 1.1.0 && < 1.2.0,
                     Cabal >= 1.6.0 && < 1.7,
                     base >= 4.1.0 && < 5