packages feed

text-time-0.3.1: README.md

[![Build Status](https://travis-ci.org/klangner/text-time.svg?branch=master)](https://travis-ci.org/klangner/text-time)
[![Hackage](https://img.shields.io/hackage/v/text-time.svg)](https://hackage.haskell.org/package/text-time)

# Welcome to Text Time library

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


## Installation

```sh
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](http://github.com/klangner/text-time/issues).

Master [git repository](http://github.com/klangner/text-time):

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


# Redistributing

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