lzma-conduit-1.2.2: lzma-conduit.cabal
cabal-version: 1.12
name: lzma-conduit
version: 1.2.2
synopsis: Conduit interface for lzma/xz compression.
description:
This package provides an Conduit interface for the LZMA compression algorithm used in the .xz file format.
license: BSD3
license-file: LICENSE
author: Nathan Howell <nhowell@alphaheavy.com>
maintainer: Nathan Howell <nhowell@alphaheavy.com>
homepage: http://github.com/alphaHeavy/lzma-conduit
bug-reports: http://github.com/alphaHeavy/lzma-conduit/issues
category: Codec, Compression, Conduit
build-type: Simple
tested-with: GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
extra-source-files:
tests/Main.hs
library
default-language:
Haskell2010
hs-source-dirs:
src
exposed-modules:
Data.Conduit.Lzma
build-depends:
base >= 4.5 && < 5,
bytestring >= 0.9.1 && < 0.11,
conduit >= 1.1.0 && < 1.4,
lzma >= 0.0.0.3 && < 0.1,
resourcet >= 1.1.0 && < 1.3,
transformers >= 0.2 && < 0.6
ghc-options:
-Wall
test-suite lzma-test
default-language:
Haskell2010
hs-source-dirs:
tests
type:
exitcode-stdio-1.0
main-is:
Main.hs
ghc-options:
-threaded
build-depends:
lzma-conduit,
base >= 3 && < 5,
base-compat,
bytestring,
conduit,
resourcet,
test-framework,
test-framework-hunit,
test-framework-quickcheck2,
HUnit,
QuickCheck
source-repository head
type: git
location: https://github.com/alphaHeavy/lzma-conduit.git