git-date-0.1: git-date.cabal
name: git-date
version: 0.1
cabal-version: >= 1.8
license: GPL-2
license-file: COPYING
category: Data
copyright: © 2012 Stephen Paul Weber
author: Stephen Paul Weber <singpolyma@singpolyma.net>
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
stability: experimental
tested-with: GHC == 7.0.3
synopsis: Bindings to the date parsing from Git.
homepage: https://github.com/singpolyma/git-date-haskell
bug-reports: https://github.com/singpolyma/git-date-haskell/issues
build-type: Simple
description:
This library implements a simple, pure binding onto the date parsing
code from git. Why? Because it was the only reasonable implementation
of a generic date parser I could find.
extra-source-files:
README,
ext/date.c
library
c-sources: ext/date.c
include-dirs: ext
exposed-modules:
Data.Time.Git
build-depends:
base == 4.*,
bytestring,
utf8-string,
time
source-repository head
type: git
location: git://github.com/singpolyma/git-date-haskell.git