Cabal revisions of bytezap-1.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.35.2.------ see: https://github.com/sol/hpack--name: bytezap-version: 1.3.0-synopsis: Bytestring builder with zero intermediate allocation-description: Please see README.md.-category: Data, Serialization, Generics-homepage: https://github.com/raehik/bytezap#readme-bug-reports: https://github.com/raehik/bytezap/issues-author: Ben Orchard-maintainer: Ben Orchard <thefirstmuffinman@gmail.com>-license: MIT-license-file: LICENSE-build-type: Simple-tested-with:- GHC == 9.6.4-extra-source-files:- README.md- CHANGELOG.md--source-repository head- type: git- location: https://github.com/raehik/bytezap--library- exposed-modules:- Bytezap- Bytezap.Common.Generic- Bytezap.Parser.Struct- Bytezap.Parser.Struct.Generic- Bytezap.Parser.Struct.TypeLits.Bytes- Bytezap.Poke- Bytezap.Poke.Derived- Bytezap.Poke.Derived.Endian- Bytezap.Poke.Json- Bytezap.Poke.KnownLen- Bytezap.Struct- Bytezap.Struct.Generic- Bytezap.Struct.TypeLits.Bytes- Bytezap.Write- Bytezap.Write.Derived- Bytezap.Write.Internal- Raehik.Compat.Data.Int.ByteSwap- Raehik.Compat.Data.Primitive.Types- Raehik.Compat.Data.Primitive.Types.Endian- Raehik.Compat.Data.Word.ByteSwap- Raehik.Compat.GHC.Exts.GHC908MemcpyPrimops- Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops- Util.TypeNats- other-modules:- Paths_bytezap- hs-source-dirs:- src- default-extensions:- LambdaCase- NoStarIsType- DerivingVia- DeriveAnyClass- GADTs- RoleAnnotations- DefaultSignatures- TypeFamilies- DataKinds- MagicHash- ghc-options: -Wall- c-sources:- cbits/aligned-static-hs-data.c- build-depends:- base >=4.18.0.0 && <4.20- , bytestring >=0.11.5.3 && <0.13.0.0- , defun-core ==0.1.*- , generic-type-functions >=0.1.0 && <0.2- , primitive >=0.8.0.0 && <0.10.0.0- , text >=2.0.2 && <2.2- , type-level-bytestrings >=0.1.0 && <0.2- default-language: GHC2021+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.35.2. +-- +-- see: https://github.com/sol/hpack + +name: bytezap +version: 1.3.0 +x-revision: 1 +synopsis: Bytestring builder with zero intermediate allocation +description: Please see README.md. +category: Data, Serialization, Generics +homepage: https://github.com/raehik/bytezap#readme +bug-reports: https://github.com/raehik/bytezap/issues +author: Ben Orchard +maintainer: Ben Orchard <thefirstmuffinman@gmail.com> +license: MIT +license-file: LICENSE +build-type: Simple +tested-with: + GHC == 9.6.4 +extra-source-files: + README.md + CHANGELOG.md + +source-repository head + type: git + location: https://github.com/raehik/bytezap + +library + exposed-modules: + Bytezap + Bytezap.Common.Generic + Bytezap.Parser.Struct + Bytezap.Parser.Struct.Generic + Bytezap.Parser.Struct.TypeLits.Bytes + Bytezap.Poke + Bytezap.Poke.Derived + Bytezap.Poke.Derived.Endian + Bytezap.Poke.Json + Bytezap.Poke.KnownLen + Bytezap.Struct + Bytezap.Struct.Generic + Bytezap.Struct.TypeLits.Bytes + Bytezap.Write + Bytezap.Write.Derived + Bytezap.Write.Internal + Raehik.Compat.Data.Int.ByteSwap + Raehik.Compat.Data.Primitive.Types + Raehik.Compat.Data.Primitive.Types.Endian + Raehik.Compat.Data.Word.ByteSwap + Raehik.Compat.GHC.Exts.GHC908MemcpyPrimops + Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops + Util.TypeNats + other-modules: + Paths_bytezap + hs-source-dirs: + src + default-extensions: + LambdaCase + NoStarIsType + DerivingVia + DeriveAnyClass + GADTs + RoleAnnotations + DefaultSignatures + TypeFamilies + DataKinds + MagicHash + ghc-options: -Wall + c-sources: + cbits/aligned-static-hs-data.c + build-depends: + base >=4.18.0.0 && <4.20 + , bytestring >=0.11.5.3 && <0.13.0.0 + , defun-core ==0.1.* + , generic-type-functions >=0.1.0 && <0.2 + , primitive >=0.8.0.0 && <0.10.0.0 + , text >=2.0.2 && <2.2 + , type-level-bytestrings >=0.1.0 && <0.3 + default-language: GHC2021