-- | Re-export module to standardise one byte string module
-- across the project.
module Text.Webrexp.ProjectByteString ( module Data.ByteString.Char8 ) where

import Data.ByteString.Char8