The RWH books says that to get ByteString support, I need to add:
instance Arbitrary B.ByteString where arbitrary = fmap B.pack arbitrary coarbitra
coarbitrary has moved to it's own typeclass CoAbritary in QC 2.0, so simply just remove the equation for coarbitrary.
coarbitrary
CoAbritary
Also see the latest documentation.