libgit-0.3.0: libgit.cabal
Name: libgit
Version: 0.3.0
Description:
Simple git wrapper to access common git functions in a simple haskell way.
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Vincent Hanquez <vincent@snarc.org>
Synopsis: Simple Git Wrapper
Category: Development
Stability: experimental
Build-Type: Simple
Homepage: http://github.com/vincenthz/hs-tls
Cabal-Version: >=1.6
data-files: README
Library
Build-Depends: base >= 3 && < 6, mtl, process
Exposed-modules: Lib.Git
Exposed-modules: Lib.Git.Type
Lib.Git.Tree
Lib.Git.Index
Lib.Git.Lowlevel
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/vincenthz/hs-libgit