packages feed

fixed-vector-cereal-2.1.0.0: fixed-vector-cereal.cabal

Name:           fixed-vector-cereal
Version:        2.1.0.0
Synopsis:       Cereal instances for fixed-vector
Description:
  This package contains Cereal instances for data types defined in
  fixed-vector package.
  
Cabal-Version:  >= 1.10
License:        BSD3
License-File:   LICENSE
Author:         Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Maintainer:     Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Bug-reports:    https://github.com/Shimuuar/fixed-vector/issues
Category:       Data
Build-Type:     Simple
extra-source-files:
  ChangeLog.md

tested-with:
    GHC ==9.4.7
     || ==9.6.7
     || ==9.8.4
     || ==9.10.2
     || ==9.12.2
     || ==9.14.1

source-repository head
  type:     git
  location: http://github.com/Shimuuar/fixed-vector

Library
  Ghc-options:          -Wall
  Default-Language:     Haskell2010
  Build-Depends:        base         >=4.16 && <5
                      , fixed-vector >=2.1
                      , cereal
  Exposed-modules:
    Data.Vector.Fixed.Instances.Cereal