git-all-1.8.1: git-all.cabal
Name: git-all
Version: 1.8.1
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.10
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,
directory, transformers, parallel-io, text, unix, filepath
default-language: Haskell2010
Source-repository head
type: git
location: https://github.com/jwiegley/git-all