packages feed

lzma 0.0.0.0 → 0.0.0.1

raw patch · 1 files changed

+7/−3 lines, 1 filesdep +lzma-clibdep ~HUnitdep ~basePVP ok

version bump matches the API change (PVP)

Dependencies added: lzma-clib

Dependency ranges changed: HUnit, base

API changes (from Hackage documentation)

Files

lzma.cabal view
@@ -1,5 +1,5 @@ name:                lzma-version:             0.0.0.0+version:             0.0.0.1 synopsis:            LZMA/XZ compression and decompression homepage:            https://github.com/hvr/lzma bug-reports:         https://github.com/hvr/lzma/issues@@ -40,8 +40,12 @@   build-depends:       base       >=4.5    && <4.9                      , bytestring >=0.9.2  && <0.11 -  includes:            lzma.h-  extra-libraries:     lzma+  if os(windows)+    build-depends:     lzma-clib+  else+    includes:          lzma.h+    extra-libraries:   lzma+   c-sources:           cbits/lzma_wrapper.c    ghc-options:         -Wall