Cabal revisions of lzma-0.0.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: lzma version: 0.0.0.3+x-revision: 1 synopsis: LZMA/XZ compression and decompression homepage: https://github.com/hvr/lzma bug-reports: https://github.com/hvr/lzma/issues exposed-modules: Codec.Compression.Lzma other-modules: LibLzma - build-depends: base >=4.5 && <4.10+ build-depends: base >=4.5 && <4.11 , bytestring >=0.9.2 && <0.11 if os(windows)
revision 2
+cabal-version: >=1.10 name: lzma version: 0.0.0.3-x-revision: 1+x-revision: 2+ synopsis: LZMA/XZ compression and decompression homepage: https://github.com/hvr/lzma bug-reports: https://github.com/hvr/lzma/issues stability: experimental category: Codec, Compression build-type: Simple-cabal-version: >=1.10-tested-with: GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC ==8.0.2+tested-with: GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.1 description: This package provides a pure interface for compressing and decompressing . * </package/pipes-lzma pipes-lzma> (for </package/pipes pipes>) .+ * </package/lzma-conduit lzma-conduit> (for </package/conduit conduit>)+ . extra-source-files: Changelog.md exposed-modules: Codec.Compression.Lzma other-modules: LibLzma - build-depends: base >=4.5 && <4.11+ build-depends: base >=4.5 && <4.12 , bytestring >=0.9.2 && <0.11 if os(windows) , base , bytestring -- additional dependencies that require version bounds- build-depends: HUnit >= 1.2 && <1.4- , QuickCheck >= 2.8 && <2.9- , tasty >= 0.10 && <0.12- , tasty-hunit == 0.9.*- , tasty-quickcheck >= 0.8.3.2 && < 0.9+ build-depends: HUnit >= 1.2 && <1.7+ , QuickCheck >= 2.8 && <2.11+ , tasty >= 0.10 && <0.13+ , tasty-hunit >= 0.9 && <0.11+ , tasty-quickcheck >= 0.8.3.2 && <0.10 ghc-options: -Wall -threaded
revision 3
cabal-version: >=1.10 name: lzma version: 0.0.0.3-x-revision: 2+x-revision: 3 synopsis: LZMA/XZ compression and decompression homepage: https://github.com/hvr/lzma exposed-modules: Codec.Compression.Lzma other-modules: LibLzma - build-depends: base >=4.5 && <4.12+ build-depends: base >=4.5 && <4.13 , bytestring >=0.9.2 && <0.11 if os(windows)
revision 4
cabal-version: >=1.10 name: lzma version: 0.0.0.3-x-revision: 3+x-revision: 4 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.1, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.1+tested-with: GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.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.13+ build-depends: base >=4.5 && <4.14 , bytestring >=0.9.2 && <0.11 if os(windows) , bytestring -- additional dependencies that require version bounds build-depends: HUnit >= 1.2 && <1.7- , QuickCheck >= 2.8 && <2.11- , tasty >= 0.10 && <0.13+ , QuickCheck >= 2.8 && <2.14+ , tasty >= 0.10 && <1.3 , tasty-hunit >= 0.9 && <0.11- , tasty-quickcheck >= 0.8.3.2 && <0.10+ , tasty-quickcheck >= 0.8.3.2 && <0.11 ghc-options: -Wall -threaded
revision 5
cabal-version: >=1.10 name: lzma version: 0.0.0.3-x-revision: 4+x-revision: 5 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.1, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.8.1+tested-with: GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.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.14+ build-depends: base >=4.5 && <4.15 , bytestring >=0.9.2 && <0.11 if os(windows)
revision 6
cabal-version: >=1.10 name: lzma version: 0.0.0.3-x-revision: 5+x-revision: 6 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.1, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.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.3, GHC==8.10.4, GHC==9.0.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.15- , bytestring >=0.9.2 && <0.11+ build-depends: base >=4.5 && <4.16+ , bytestring >=0.9.2 && <0.12 if os(windows) build-depends: lzma-clib , bytestring -- additional dependencies that require version bounds build-depends: HUnit >= 1.2 && <1.7- , QuickCheck >= 2.8 && <2.14+ , QuickCheck >= 2.8 && <2.15 , tasty >= 0.10 && <1.3 , tasty-hunit >= 0.9 && <0.11 , tasty-quickcheck >= 0.8.3.2 && <0.11
revision 7
cabal-version: >=1.10 name: lzma version: 0.0.0.3-x-revision: 6+x-revision: 7 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.3, GHC==8.10.4, GHC==9.0.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.1, GHC==9.2.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.16+ build-depends: base >=4.5 && <4.17 , bytestring >=0.9.2 && <0.12 if os(windows) -- additional dependencies that require version bounds build-depends: HUnit >= 1.2 && <1.7 , QuickCheck >= 2.8 && <2.15- , tasty >= 0.10 && <1.3+ , tasty >= 0.10 && <1.5 , tasty-hunit >= 0.9 && <0.11 , tasty-quickcheck >= 0.8.3.2 && <0.11