Word8 package:mysql-haskell

Simple, efficient combinator parsing for ByteString strings.
Match a specific byte.
Match any byte.
The parser skipWord8 p succeeds for any byte for which the predicate p returns True.