packages feed

slist-0.1.0.0: CHANGELOG.md

# Changelog

`slist` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## 0.1.0.0

* [#13](https://github.com/vrom911/slist/issues/13):
  Support GHC-8.8.1.
* [#16](https://github.com/vrom911/slist/issues/16):
  Use `DerivingStrategies`.
* [#9](https://github.com/vrom911/slist/issues/9):
  Implement `fromRange` function.
  (by @zfnmxt)
* [#6](https://github.com/vrom911/slist/issues/6):
  Add generic function over the size and indices.
  (by @waynee95)
* Make `dropWhile` work better on infinite lists.
  (by @chshersh)
* Support GHC-8.6.5 instead os GHC-8.6.3.
* [#6](https://github.com/vrom911/slist/issues/6):
  Build with Stack.

## 0.0.0

* Initially created.

[1]: https://pvp.haskell.org
[2]: https://github.com/vrom911/slist/releases