Name: fixed-vector-cereal Version: 0.6.0.0 Synopsis: Cereal instances for fixed-vector Description: Cereal instances for fixed-vector Cabal-Version: >= 1.8 License: BSD3 License-File: LICENSE Author: Aleksey Khudyakov Maintainer: Aleksey Khudyakov Bug-reports: https://github.com/Shimuuar/fixed-vector/issues Category: Data Build-Type: Simple extra-source-files: ChangeLog source-repository head type: hg location: http://bitbucket.org/Shimuuar/fixed-vector source-repository head type: git location: http://github.com/Shimuuar/fixed-vector Library Ghc-options: -Wall Build-Depends: base >=3 && <5, fixed-vector >= 0.6, cereal Exposed-modules: Data.Vector.Fixed.Instances.Cereal Test-Suite test Type: exitcode-stdio-1.0 Hs-source-dirs: test Main-is: QC.hs Build-Depends: base >=3 && <5, fixed-vector, fixed-vector-cereal, cereal, tasty, tasty-quickcheck