packages feed

git-all-1.2.0: git-all.cabal

Name: git-all

Version:  1.2.0
Synopsis: Determine which Git repositories need actions to be taken

Description: A utility for determining which Git repositories need actions to be
             taken within them.

Homepage:           https://github.com/jwiegley/git-all
License:            BSD3
License-file:       LICENSE
Author:             John Wiegley
Maintainer:         John Wiegley <johnw@newartisans.com>
Category:           Development
Build-type:         Simple
Cabal-version:      >= 1.8

Extra-Source-Files: README.md

Executable git-all
    Main-is: Main.hs
    Ghc-options: -threaded

    Build-depends: base >= 4 && < 5, shelly, cmdargs, hslogger, regex-posix,
                   system-filepath, text, transformers, parallel-io, unix,
                   system-fileio

Source-repository head
  type:     git
  location: https://github.com/jwiegley/git-all