streaming-bytestring-0.1.7: lib/Data/ByteString/Streaming/Internal.hs
-- | A simple module reexport to aid back-compatibility. Please use the new
-- module.
module Data.ByteString.Streaming.Internal
{-# DEPRECATED "Use Streaming.ByteString.Internal instead." #-}
( module Streaming.ByteString.Internal ) where
import Streaming.ByteString.Internal