ghc-vector-binary-instances 0.2.5.1 Instances of Data.Binary and Data.Serialize for vector

This library provides instances of Binary for the types defined in the vector package, making it easy to serialize vectors to and from disk. We use the generic interface to vectors, so all vector types are supported. Specific instances are provided for unboxed, boxed and storable vectors.