From c1228df0339d041b455bb993786a9ed6322c5e01 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Tue, 9 Jul 2013 14:11:22 +0100 Subject: Add ByteString version of Attoparsec --- vendor/attoparsec-0.10.4.0/Data/Attoparsec.hs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vendor/attoparsec-0.10.4.0/Data/Attoparsec.hs (limited to 'vendor/attoparsec-0.10.4.0/Data/Attoparsec.hs') diff --git a/vendor/attoparsec-0.10.4.0/Data/Attoparsec.hs b/vendor/attoparsec-0.10.4.0/Data/Attoparsec.hs new file mode 100644 index 00000000..41b4ed30 --- /dev/null +++ b/vendor/attoparsec-0.10.4.0/Data/Attoparsec.hs @@ -0,0 +1,18 @@ +-- | +-- 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 -- cgit v1.2.3