Name: fixed-vector-binary Version: 0.6.0.0 Synopsis: Binary instances for fixed-vector Description: Binary 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, binary Exposed-modules: Data.Vector.Fixed.Instances.Binary 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-binary, binary, tasty, tasty-quickcheck