cabal-version: 1.18
name: pathological-bytestrings
version: 0.1.0.0
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2020 Vanessa McHale
maintainer: vamchale@gmail.com
author: Vanessa McHale
synopsis: Pathological ByteStrings for testing
description:
Read and write ByteStrings to file in various pathological ways
category: ByteString, IO, Testing
build-type: Simple
extra-doc-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/vmchale/pathological-bytestrings
library
exposed-modules: Data.ByteString.Pathological
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.3 && <5,
bytestring -any,
random -any
if impl(ghc >=8.0)
ghc-options:
-Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -Widentities
if impl(ghc >=8.4)
ghc-options: -Wmissing-export-lists