packages feed

bytezap-1.1.0: bytezap.cabal

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.1.0
synopsis:       Bytestring builder with zero intermediate allocation
description:    Please see README.md.
category:       Data, Serialization
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.Poke
      Bytezap.Poke.Derived
      Bytezap.Poke.Derived.Endian
      Bytezap.Poke.Json
      Bytezap.Poke.KnownLen
      Bytezap.Struct
      Bytezap.Struct.Generic
      Bytezap.Struct.TypeLits
      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
      Raehik.TypeLevelBytes
      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
    , primitive >=0.8.0.0 && <0.10.0.0
    , text >=2.0.2 && <2.2
  default-language: GHC2021