bit-protocol-0.2.1.0: bit-protocol.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 51fcbce5462295f23a2a6b98b1433cfbb27309fa7ed82d1e05c71d43b12a0b52
name: bit-protocol
version: 0.2.1.0
synopsis: Encode binary protocols with some odd bit numbers into a bytestring
description: Encode binary protocols with some odd bit numbers into a bytestring.
category: Data, Parsing, Bits, Bytes, Protocols
homepage: https://github.com/k-bx/bit-protocol#readme
author: Kostiantyn Rybnikov
maintainer: k-bx@k-bx.com
copyright: Kostiantyn Rybnikov
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
library
exposed-modules:
Data.BitProtocol
other-modules:
Paths_bit_protocol
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.7 && <5
, base64-bytestring
, bytestring
, dlist
, ghc-prim
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: tests.hs
other-modules:
Paths_bit_protocol
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.7 && <5
, base64-bytestring
, bit-protocol
, bytestring
, dlist
, ghc-prim
, tasty
, tasty-hunit
, tasty-quickcheck
default-language: Haskell2010