text-time: Library for Time parsing from Text into UTCTime

[ bsd3, data, library ] [ Propose Tags ]

Fast parser for ISO date from Text to UTCTime


[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, 0.2.0, 0.3.1, 0.3.2
Change log CHANGES.md
Dependencies attoparsec (<0.14), base (>=4.7 && <5), text (<2), time (<2) [details]
License BSD-3-Clause
Author Krzysztof Langner
Maintainer klangner@gmail.com
Category Data
Home page https://github.com/klangner/text-time
Source repo head: git clone https://github.com/klangner/text-time
Uploaded by klangner at 2016-12-13T20:31:49Z
Distributions NixOS:0.3.2
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 2160 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-12-13 [all 1 reports]

Readme for text-time-0.1.0

[back to package description]

Build Status Hackage

Welcome to Text Time library

This library contains fast parser for ISO date from Text into UTCTime data

Installation

stack setup
stack build
stack test

Join in!

We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.

Please report bugs via the github issue tracker.

Master git repository:

  • git clone https://github.com/klangner/text-time.git

Redistributing

bytestring-time source code is distributed under the BSD3 License.