Name:           strict-containers-serialise
Version:        0.1
Synopsis:       Strict containers - Serialise instances
Category:       Data, Data Structures, Codec
Description:
  This package provides @serialise@ utilities and instances for @strict-containers@.
License:        BSD3
License-File:   LICENSE
Maintainer:     Ximin Luo <infinity0@pwned.gg>
Copyright:      (c) 2021 by Ximin Luo
Homepage:       https://github.com/haskellari/strict-containers
Cabal-Version: >= 1.10
Build-type:     Simple
extra-source-files:
    CHANGELOG.md
tested-with:
  GHC ==8.2.2
   || ==8.4.4
   || ==8.6.5
   || ==8.8.3
   || ==8.10.4
   || ==9.0.1

library
  default-language: Haskell2010
  hs-source-dirs:   src
  ghc-options:      -Wall

  build-depends:
      base                  >= 4.5.0.0  && < 5
    , cborg                 >= 0.2      && < 0.3
    , hashable              >= 1.2.7.0  && < 1.4
    , strict-containers     >= 0.1
    , serialise             >= 0.2.3.0  && < 0.3

  exposed-modules:
    Data.Strict.Containers.Serialise