Changelog of @hackage/bytestring 0.10.8.0

0.10.8.0 Duncan Coutts duncan@community.haskell.org May 2016

  • Use Rabin-Karp substring search for breakSubstring and findSubstring
  • Improve the performance of partition for lazy and strict bytestrings
  • Added stripPrefix and stripSuffix for lazy and strict bytestrings
  • Fix building with ghc 8.0 & base 4.9 (Semigroup etc)

0.10.6.0 Duncan Coutts duncan@community.haskell.org Mar 2015

  • Rename inlinePerformIO so people don't misuse it
  • Fix a corner case in unfoldrN
  • Export isSuffixOf from D.B.Lazy.Char8
  • Add D.B.Lazy.elemIndexEnd
  • Fix readFile for files with incorrectly reported file size
  • Fix for builder performance with ghc 7.10
  • Fix building with ghc 6.12

0.10.4.1 Duncan Coutts duncan@community.haskell.org Nov 2014

  • Fix integer overflow in concatenation functions
  • Fix strictness of lazy bytestring foldl'
  • Numerous minor documentation fixes
  • Various testsuite improvements