lzma-conduit: Conduit interface for lzma/xz compression.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- The 'description' field should be longer than the 'synopsis' field. It's useful to provide an informative 'description' to allow Haskell programmers who have never heard about your package to understand the purpose of your package. The 'description' field content is typically shown by tooling (e.g. 'cabal info', Haddock, Hackage) below the 'synopsis' which serves as a headline. Please refer to <https://www.haskell.org/cabal/users-guide/developing-packages.html#package-properties> for more details.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
High level bindings to xz-utils.
Properties
Versions | 0.1.2, 0.1.2.1, 0.1.2.2, 0.4.0, 0.4.1, 0.4.2, 0.5.2, 0.5.2.1, 0.5.2.2, 0.5.2.3, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.3.0, 1.1.3.1, 1.1.3.2, 1.1.3.3, 1.2.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3 |
---|---|
Change log | None available |
Dependencies | base (>=3 && <5), bytestring (>=0.9.1 && <0.11), conduit (>=1.0 && <1.3), lzma (>=0.0.0.3 && <0.1), resourcet (>=0.4 && <1.2), transformers (>=0.2 && <0.6) [details] |
License | BSD-3-Clause |
Author | Nathan Howell <nhowell@alphaheavy.com> |
Maintainer | Nathan Howell <nhowell@alphaheavy.com> |
Category | Codec, Compression, Conduit |
Home page | http://github.com/alphaHeavy/lzma-conduit |
Bug tracker | http://github.com/alphaHeavy/lzma-conduit/issues |
Source repo | head: git clone https://github.com/alphaHeavy/lzma-conduit.git |
Uploaded | by NathanHowell at 2017-11-21T15:49:18Z |
Modules
[Index]
- Data
- Conduit
Downloads
- lzma-conduit-1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees