packages feed

lzma-conduit 0.5.2.3 → 1.0.8

raw patch · 2 files changed

+2/−8 lines, 2 filesdep ~conduit

Dependency ranges changed: conduit

Files

lzma-conduit.cabal view
@@ -1,5 +1,5 @@ name:                lzma-conduit-version:             0.5.2.3+version:             1.0.8 synopsis:            Conduit interface for lzma/xz compression. description:   High level bindings to xz-utils.@@ -30,7 +30,7 @@     base              >= 3      && < 5,     bindings-DSL      >= 1.0    && < 1.1,     bytestring        >= 0.9.1  && < 0.11,-    conduit           >= 0.4    && < 0.6,+    conduit           >= 0.4    && < 1.1,     resourcet         >= 0.3    && < 0.5,     transformers      >= 0.2    && < 0.4   ghc-options:
src/Bindings/Lzma.hsc view
@@ -1,9 +1,3 @@-{-|-For a high-level description of the C API, refer to the README file-included in the liblinear archive, available for download at-<http://www.csie.ntu.edu.tw/~cjlin/liblinear/>.--}- #include <stdio.h> #include <string.h> #include <bindings.dsl.h>