-- Initial bytestring-arbitrary.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: bytestring-arbitrary version: 0.1.3 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.13 , bytestring >=0.10 && <0.12 , cryptohash , QuickCheck hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall benchmark benchmark-all type: exitcode-stdio-1.0 hs-source-dirs: benches main-is: bench.hs build-depends: base >=4.6 && <4.11 , bytestring >=0.10 && <0.12 , cryptohash , QuickCheck , criterion , bytestring-arbitrary default-language: Haskell2010 ghc-options: -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: -Wall