packages feed

lzma-conduit-0.1.2: lzma-conduit.cabal

name:                lzma-conduit
version:             0.1.2
synopsis:            Conduit interface for lzma/xz compression.
description:
  High level bindings to xz-utils.
  .
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, Enumerator

build-type:          Simple
cabal-version:       >= 1.10

extra-source-files:
  tests/Main.hs

library
  default-language:
    Haskell2010
  hs-source-dirs:
    src
  exposed-modules:
    Bindings.Lzma
    Data.Conduit.Lzma
  build-depends:
    base         >= 3      && < 5,
    bindings-DSL >= 1.0    && < 1.1,
    bytestring   >= 0.9.1  && < 0.10,
    conduit      >= 0.2.2  && < 0.3,
    transformers == 0.2.*
  ghc-options:
    -Wall
  includes:
    lzma.h
  extra-libraries:
    lzma

source-repository head
  type:     git
  location: https://github.com/alphaHeavy/lzma-conduit.git