ght-0.3.1: ght.cabal
Name: ght
Version: 0.3.1
License: GPL
License-file: GPL-2
Author: Conrad Parker <conrad@metadecks.org>
Maintainer: Conrad Parker <conrad@metadecks.org>
Category: Development
Synopsis: Trivial routines for inspecting git repositories
Description: This is a bunch of trivial routines for inspecting git
repositories. It is in no way useful beyond that.
Stability: experimental
Build-Type: Simple
Cabal-Version: >= 1.6
------------------------------------------------------------
library
Build-Depends: base < 5,
data-default,
bytestring,
binary,
SHA,
old-locale,
time
Exposed-Modules: Git.Commit
Git.Pack
------------------------------------------------------------
-- ght tool
--
Executable ght
Main-Is: ght.hs
Hs-Source-Dirs: ., tools
Build-Depends: base < 5,
bytestring,
data-default,
directory,
filepath,
mtl >= 2.0.0.0 && < 3,
SHA,
ui-command,
unix,
zlib