bit-protocol-0.2.0.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: c8084713be489e1d73baae68e5a9c777a86d8df4dd818e9bc3b0c5b6cfe470a0
name: bit-protocol
version: 0.2.0.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