pipes-bzip-0.1.0.0: pipes-bzip.cabal
name: pipes-bzip
version: 0.1.0.0
synopsis: Bzip2 compression and decompression for Pipes streams
description: Please see README.md
homepage: http://github.com/chemist/pipes-bzip#readme
license: BSD3
license-file: LICENSE
author: Smirnov Alexey
maintainer: chemistmail@gmail.com
copyright: 2016 Smirnov Alexey
category: Pipes, Compression
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Pipes.BZip
build-depends: base >= 4.7 && < 5
, pipes
, bzlib
, bytestring
, pipes-bytestring
default-language: Haskell2010
test-suite pipes-bzip-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, pipes-bzip
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/chemist/pipes-bzip