Cabal revisions of strict-containers-serialise-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: strict-containers-serialise-Version: 0.2-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.4.4- || ==8.6.5- || ==8.8.4- || ==8.10.7- || ==9.0.2- || ==9.2.4- || ==9.4.2--library- default-language: Haskell2010- hs-source-dirs: src- ghc-options: -Wall-- build-depends:- base >= 4.11.0.0 && < 5- , cborg >= 0.2 && < 0.3- , hashable >= 1.2.7.0 && < 1.5- , strict-containers >= 0.2- , serialise >= 0.2.6.0 && < 0.3-- exposed-modules:- Data.Strict.Containers.Serialise+Name: strict-containers-serialise +Version: 0.2 +x-revision: 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.4.4 + || ==8.6.5 + || ==8.8.4 + || ==8.10.7 + || ==9.0.2 + || ==9.2.4 + || ==9.4.2 + +library + default-language: Haskell2010 + hs-source-dirs: src + ghc-options: -Wall + + build-depends: + base >= 4.11.0.0 && < 5 + , cborg >= 0.2 && < 0.3 + , hashable >= 1.2.7.0 && < 1.6 + , strict-containers >= 0.2 + , serialise >= 0.2.6.0 && < 0.3 + + exposed-modules: + Data.Strict.Containers.Serialise