Cabal revisions of lzma-0.0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: >=1.10 name: lzma version: 0.0.1.0+x-revision: 1 synopsis: LZMA/XZ compression and decompression homepage: https://github.com/hvr/lzma stability: experimental category: Codec, Compression build-type: Simple-tested-with: GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.7, GHC==9.4.4, GHC==9.6.1+tested-with: GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.7, GHC==9.6.3, GHC==9.8.1 description: This package provides a pure interface for compressing and decompressing exposed-modules: Codec.Compression.Lzma other-modules: LibLzma - build-depends: base >=4.5 && <4.19- , bytestring >=0.9.2 && <0.12+ build-depends: base >=4.5 && <4.20+ , bytestring >=0.9.2 && <0.13 if os(windows) build-depends: lzma-clib -- additional dependencies that require version bounds build-depends: HUnit >= 1.2 && <1.7 , QuickCheck >= 2.8 && <2.15- , tasty >= 0.10 && <1.5+ , tasty >= 0.10 && <1.6 , tasty-hunit >= 0.9 && <0.11 , tasty-quickcheck >= 0.8.3.2 && <0.11