name: bits-bytestring-lazy
version: 0.1.0.1
synopsis: Bits instance for lazy bytestrings.
description: Please see README.md
homepage: https://github.com/semaj/bits-bytestring-lazy
bug-reports: https://github.com/semaj/bits-bytestring-lazy/issues
license: BSD3
license-file: LICENSE
author: Michael Carpenter, James Larisch
maintainer: James Larisch <james@jameslarisch.com>
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.Lazy
build-depends: base >= 4.7 && < 5,
bits,
bytestring
default-language: Haskell2010
test-suite bits-bytestring-lazy-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base,
bits,
bits-bytestring-lazy,
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