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

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

import Data.Attoparsec.ByteString