-- Initial bytestring-arbitrary.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: bytestring-arbitrary
version: 0.0.2
synopsis: Arbitrary instances for ByteStrings
-- description:
homepage: https://github.com/tsuraan/bytestring-arbitrary
license: BSD3
license-file: LICENSE
author: jay groven
maintainer: tsuraan@gmail.com
-- copyright:
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Data.ByteString.Arbitrary
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7
, bytestring >=0.10 && <0.11
, cryptohash
, QuickCheck
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -fllvm -Wall
benchmark benchmark-all
type: exitcode-stdio-1.0
hs-source-dirs: benches
main-is: bench.hs
build-depends: base >=4.6 && <4.7
, bytestring >=0.10 && <0.11
, cryptohash
, QuickCheck
, criterion
, bytestring-arbitrary
default-language: Haskell2010
ghc-options: -fllvm -Wall
Test-Suite test-all
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: test.hs
build-depends: base
, bytestring
, QuickCheck
, cryptohash
, bytestring-arbitrary
default-language: Haskell2010
ghc-options: -fllvm -Wall