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

[ bsd3, data, library ] [ Propose Tags ]

Fast parser and formatter for ISO date to and from Text


[Skip to Readme]

Modules

[Index] [Quick Jump]

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.15), base (>=4.7 && <5), formatting (<8), text (<3), 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 2023-02-02T15:15:40Z
Distributions NixOS:0.3.2
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 2141 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-02-02 [all 1 reports]

Readme for text-time-0.3.2

[back to package description]

Build Status Hackage

Welcome to Text Time library

This library contains fast parser and formatter for iso dates between UTCTime and Text types.

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

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