packages feed

Cabal revisions of lzma-0.0.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 cabal-version:      2.2 name:               lzma version:            0.0.1.1+x-revision:         1 synopsis:           LZMA/XZ compression and decompression homepage:           https://github.com/hvr/lzma bug-reports:        https://github.com/hvr/lzma/issues    || ==9.0.2    || ==9.2.8    || ==9.4.8-   || ==9.6.5-   || ==9.8.2+   || ==9.6.6+   || ==9.8.4    || ==9.10.1+   || ==9.12.1  description:   This package provides a pure interface for compressing and   exposed-modules:  Codec.Compression.Lzma   other-modules:    LibLzma   build-depends:-    , base        >=4.12.0.0 && <4.21+    , base        >=4.12.0.0 && <4.22     , bytestring  >=0.10.8.2 && <0.13    if os(windows)     , QuickCheck        ^>=2.14.1 || ^>=2.15.0.1     , tasty             ^>=1.5     , tasty-hunit       ^>=0.10.1-    , tasty-quickcheck  ^>=0.10.3+    , tasty-quickcheck  ^>=0.10.3 || ^>=0.11    ghc-options:      -Wall -threaded