Sync Data.ByteString with stable branch
authorDon Stewart <dons@cse.unsw.edu.au>
Sat, 9 Sep 2006 05:01:11 +0000 (05:01 +0000)
committerDon Stewart <dons@cse.unsw.edu.au>
Sat, 9 Sep 2006 05:01:11 +0000 (05:01 +0000)
commit1d644d67d64186aeb2b840adf4d1cceed27a5bc6
treef1b225b574c6108ee89ada37b1733e30fcd660d1
parentec5e357fcf0bd40fc1de3ae7296f3443464dadeb
Sync Data.ByteString with stable branch

This patch:
    * hides the LPS constructor (its in .Base if you need it)
    * adds functions to convert between strict and lazy bytestrings
    * and adds readInteger
Data/ByteString.hs
Data/ByteString/Base.hs
Data/ByteString/Char8.hs
Data/ByteString/Lazy.hs
Data/ByteString/Lazy/Char8.hs