intro-0.2.0.2: test/AttoparsecCompat.hs
{-# LANGUAGE NoImplicitPrelude #-}
module AttoparsecCompat (
module X
) where
import Intro as X
import Data.Attoparsec.ByteString as X hiding (take, skip, takeWhile)
{-# LANGUAGE NoImplicitPrelude #-}
module AttoparsecCompat (
module X
) where
import Intro as X
import Data.Attoparsec.ByteString as X hiding (take, skip, takeWhile)