cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
name: primitive-serial
version: 0.1
synopsis: Serialisation of primitive types
description: Representation of basic numeric types as ByteStrings
category: Serialization
homepage: https://github.com/AshleyYakeley/primitive-serial
bug-reports: https://github.com/AshleyYakeley/primitive-serial/issues
author: Ashley Yakeley
maintainer: <ashley@semantic.org>
copyright: (c) 2022 Ashley Yakeley
license: BSD-2-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
changelog.md
library
exposed-modules:
Data.PrimitiveSerial
other-modules:
Paths_primitive_serial
autogen-modules:
Paths_primitive_serial
hs-source-dirs:
src
default-extensions:
RecordWildCards
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Wnoncanonical-monad-instances -Wno-partial-type-signatures
build-depends:
base >=4.16 && <5
, bytestring
, cpu
default-language: GHC2021