git-date: Bindings to the date parsing from Git.

[ data, gpl, library ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.2.2, 0.3.0
Dependencies base (>=4 && <5), bytestring, time, utf8-string [details]
License GPL-2.0-only
Copyright © 2012 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category Data
Home page https://github.com/singpolyma/git-date-haskell
Bug tracker https://github.com/singpolyma/git-date-haskell/issues
Source repo head: git clone git://github.com/singpolyma/git-date-haskell.git
Uploaded by StephenWeber at 2012-03-23T01:04:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4068 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for git-date-0.1

[back to package 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.