[](https://travis-ci.org/klangner/time-series-lib)
[](https://hackage.haskell.org/package/timeseries)
# Welcome to Haskell Time Series library
Implemented functionality:
* Base operations on time series (get value, slice, max etc.)
* Reading from CSV file
## 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/time-series-lib/issues).
Master [git repository](http://github.com/klangner/time-series-lib):
* `git clone https://github.com/klangner/time-series-lib.git`
# Redistributing
time-series-lib source code is distributed under the BSD3 License.