Name:                libgit
Version:             0.3.1
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:            https://github.com/vincenthz/hs-libgit
Cabal-Version:       >=1.6
extra-doc-files:     README.md

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: https://github.com/vincenthz/hs-libgit