Skip to content

Commit 36b6fb4

Browse files
committed
Re-export StrictByteString and LazyByteString from *.Char8 modules
1 parent 2426ece commit 36b6fb4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Data/ByteString/Char8.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module Data.ByteString.Char8 (
4646

4747
-- * The @ByteString@ type
4848
ByteString,
49+
StrictByteString,
4950

5051
-- * Introducing and eliminating 'ByteString's
5152
empty,

Data/ByteString/Lazy/Char8.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module Data.ByteString.Lazy.Char8 (
3232

3333
-- * The @ByteString@ type
3434
ByteString,
35+
LazyByteString,
3536

3637
-- * Introducing and eliminating 'ByteString's
3738
empty,

0 commit comments

Comments
 (0)