snappy-lazy-0.1.0.0: snappy-lazy.cabal
cabal-version: 1.18
name: snappy-lazy
version: 0.1.0.0
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2020 Vanessa McHale
maintainer: vamchale@gmail.com
author: Vanessa McHale
synopsis: Lazy bytestring compression and decompression
description:
Higher-level wrapper for streaming snappy decompression via ByteString
category: Codec, Compression
build-type: Simple
extra-doc-files:
README.md
CHANGELOG.md
library
exposed-modules: Codec.Compression.Snappy.BSL
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.9 && <5,
bytestring -any,
binary -any,
snappy -any,
snappy-framing -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
if impl(ghc >=8.2)
ghc-options: -Wcpp-undef
if impl(ghc >=8.10)
ghc-options: -Wunused-packages