name: cereal-vector version: 0.1.0.0 synopsis: Serialize instances for Data.Vector types. homepage: https://github.com/acfoltzer/cereal-vector bug-reports: https://github.com/acfoltzer/cereal-vector/issues license: BSD3 license-file: LICENSE author: Adam C. Foltzer maintainer: acfoltzer@gmail.com category: Data build-type: Simple stability: experimental cabal-version: >=1.8 source-repository head type: git location: git://github.com/acfoltzer/cereal-vector.git library exposed-modules: Data.Vector.Serialize , Data.Vector.Storable.Serialize build-depends: base == 4.* , vector == 0.9.* , cereal == 0.3.* , bytestring == 0.9.*