-- |
-- Module      :  Data.Attoparsec.Char8
-- Copyright   :  Bryan O'Sullivan 2007-2011
-- License     :  BSD3
-- 
-- Maintainer  :  bos@serpentine.com
-- Stability   :  experimental
-- Portability :  unknown
--
-- Simple, efficient, character-oriented combinator parsing for
-- 'ByteString' strings, loosely based on the Parsec library.

module Data.Attoparsec.Char8
    (
      module Data.Attoparsec.ByteString.Char8
    ) where

import Data.Attoparsec.ByteString.Char8