name: bits-bytestring version: 0.1.0.1 synopsis: Bits instance for bytestrings. description: Please see README.md homepage: https://github.com/oldmanmike/bits-bytestring bug-reports: https://github.com/oldmanmike/bits-bytestring/issues license: BSD3 license-file: LICENSE author: Michael Carpenter maintainer: Michael Carpenter copyright: Copyright (C) 2016 Michael Carpenter category: Data build-type: Simple extra-source-files: LICENSE cabal-version: >=1.10 library hs-source-dirs: src ghc-options: -Wall exposed-modules: Data.Bits.ByteString build-depends: base >= 4.7 && < 5, bits, bytestring default-language: Haskell2010 test-suite bits-bytestring-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base, bits, bits-bytestring, bytestring, hspec, QuickCheck ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 benchmark bits-bytestring-bench type: exitcode-stdio-1.0 hs-source-dirs: bench main-is: BenchmarkSuite.hs build-depends: base, bytestring, criterion, bits-bytestring ghc-options: -Wall -O2 default-language: Haskell2010 source-repository head type: git location: https://github.com/oldmanmike/bits-bytestring