packages feed

bit-protocol-0.2.2.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: da0f8e1767f716ba8e01975185dad2a9cffe3e268e0f70bbb628b436b06de3a9

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