File: changelog.md

package info (click to toggle)
haskell-scanner 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 168 kB
  • sloc: haskell: 810; makefile: 5
file content (17 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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