zip-stream/zip-stream.cabal
Dylan Simon e006ecd336 Streaming unzip conduit, initial version
Untested, still many limitations on zip format
2017-05-09 20:47:49 -04:00

33 lines
750 B
Plaintext

name: zip-stream
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/dylex/zip-stream#readme
license: BSD3
license-file: LICENSE
author: Dylan Simon
maintainer: dylan@dylex.net
copyright: 2017
category: Codec
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/dylex/zip-stream
library
exposed-modules:
Codec.Archive.Zip.Conduit.UnZip
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >= 4.7 && < 5,
binary,
binary-conduit,
bytestring,
conduit,
conduit-extra,
digest,
time