packages feed

scanner-0.3.2: changelog.md

0.3.2

* drop non-caninical definitions for Monad and Applicative, see
https://github.com/Yuras/scanner/pull/15 and
https://github.com/Yuras/scanner/pull/17

0.3.1

* support ghc-8.8

0.3

* add foldWhile, foldWhile1, satisfy, satisfyMaybe

0.2

* make Scanner a newtype instead of data, see https://github.com/Yuras/scanner/pull/3
* improve `string` performance
* add `scanWith`

0.1

* initial release