packages feed

git-gpush-3.0.1: git-gpush.cabal

Name:    git-gpush
Version: 3.0.1

Synopsis:    More intelligent push-to-GitHub utility.
Description: More intelligent push-to-GitHub utility.

Homepage:           http://github.com/jwiegley/gitlib
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-gpush
    Main-is: Main.hs
    Default-language: Haskell2010
    ghc-options: -Wall

    Build-depends: base                 >= 4 && < 5
                 , gitlib               >= 3.0.0
                 , gitlib-cmdline       >= 3.0.0
                 -- , gitlib-libgit2       >= 3.0.0
                 , bytestring           >= 0.9.2.1
                 , containers           >= 0.4.2.1
                 , directory            >= 1.1.0.2
                 , filepath             >= 1.3.0.0
                 , hslogger             >= 1.2
                 , old-locale           >= 1.0.0.4
                 , optparse-applicative >= 0.5.2.1
                 , shelly               >= 0.14
                 , tagged               >= 0.4.5
                 , text                 >= 0.11.2
                 , time                 >= 1.4
                 , transformers         >= 0.3.0.0

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