3 Commits

Author SHA1 Message Date
kili
02eb3ddc62 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:48:45 +00:00
kili
45895126c5 Update package key. 2017-11-07 21:33:52 +00:00
dcoppa
a7b0d4c2e9 Import hs-scanner, new dependency of an upcoming update to hedis-0.8.0.
$ cat pkg/DESCR
scanner is a fast non-backtracking incremental combinator parsing
library for bytestrings.
It is often convenient to use backtracking to parse some sophisticated
input. Unfortunately it kills performance, so usually you should
avoid backtracking.
Often (actually always, but it could be too hard sometimes) you can
implement your parser without any backtracking. It that case all
the bookkeeping usual parser combinators do becomes unnecessary.
The scanner library is designed for such cases. It is often 2 times
faster than attoparsec.

OK kili@
2016-04-21 07:54:59 +00:00