bytestring 0.10.9.0 → 0.10.10.0
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Changelog.md +4/−1
- bytestring.cabal +1/−1
Changelog.md view
@@ -1,6 +1,9 @@-0.10.10.0 TBD+0.10.10.0 July 2019 <duncan+haskell@dcoutts.me.uk> July 2019 + * Build with GHC 8.8, and tests with QC 2.10+ * Add conversions between ShortByteString and CString (#126)+ * Documentation fixes (#65, #118, #144, #150, #152, #172)+ * Resolve potential copyright issue with test data (#165) 0.10.8.2 Duncan Coutts <duncan@community.haskell.org> Feb 2017
bytestring.cabal view
@@ -1,5 +1,5 @@ Name: bytestring-Version: 0.10.9.0+Version: 0.10.10.0 Synopsis: Fast, compact, strict and lazy byte strings with a list interface Description: An efficient compact, immutable byte string type (both strict and lazy)