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, unexceptionalio (>=0.3.0), 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 2018-06-03T00:00:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4068 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-03 [all 1 reports]

Readme for git-date-0.3.0

[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.