bytestring-lexing 0.5.0.1 → 0.5.0.2
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +2/−0
- bytestring-lexing.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,5 @@+0.5.0.2 (2015-05-06):+ - Fixed the benchmarking url 0.5.0.1 (2015-05-06): - Cleaned up the README file 0.5.0 (2015-05-06):
bytestring-lexing.cabal view
@@ -8,7 +8,7 @@ Build-Type: Simple Name: bytestring-lexing-Version: 0.5.0.1+Version: 0.5.0.2 Stability: provisional Homepage: http://code.haskell.org/~wren/ Author: wren gayle romano, Don Stewart@@ -24,7 +24,7 @@ Parse and produce literals efficiently from strict or lazy bytestrings. . Some benchmarks for this package can be found at:- <http://community.haskell.org/~wren/bytestring-lexing/test/bench/html>+ <http://community.haskell.org/~wren/bytestring-lexing/bench/html> -- Formerly tested with GHCs 6.8.2, 6.10.1, 6.12.1, 7.0.3, 7.6.1, 7.8.0; but those are no longer verified.