bytestring 0.9.1.9 → 0.9.1.10
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/ByteString.hs +1/−0
- bytestring.cabal +1/−1
Data/ByteString.hs view
@@ -251,6 +251,7 @@ import System.IO.Unsafe import qualified System.Environment import qualified System.IO (hGetLine)+import System.IO (hIsEOF) #endif #if defined(__GLASGOW_HASKELL__)
bytestring.cabal view
@@ -1,5 +1,5 @@ Name: bytestring-Version: 0.9.1.9+Version: 0.9.1.10 Synopsis: Fast, packed, strict and lazy byte arrays with a list interface Description: A time and space-efficient implementation of byte vectors using