Cabal revisions of brotli-0.0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
build-type: Simple name: brotli version: 0.0.0.1+x-revision: 1 synopsis: Brotli (RFC7932) compression and decompression homepage: https://github.com/haskell-hvr/brotli . tested-with:- GHC == 9.4.1- GHC == 9.2.2+ GHC == 9.6.0+ GHC == 9.4.4+ GHC == 9.2.5 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 exposed-modules: Codec.Compression.Brotli other-modules: LibBrotli - build-depends: base >=4.5 && <4.18+ build-depends: base >=4.5 && <4.19 , bytestring >=0.9.2 && <0.12 , transformers >=0.3.0.0 && <0.7
revision 2
build-type: Simple name: brotli version: 0.0.0.1-x-revision: 1+x-revision: 2 synopsis: Brotli (RFC7932) compression and decompression homepage: https://github.com/haskell-hvr/brotli . tested-with:- GHC == 9.6.0- GHC == 9.4.4- GHC == 9.2.5+ GHC == 9.6.2+ GHC == 9.4.5+ GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 other-modules: LibBrotli build-depends: base >=4.5 && <4.19- , bytestring >=0.9.2 && <0.12+ , bytestring >=0.9.2 && <0.13 , transformers >=0.3.0.0 && <0.7 default-language: Haskell2010
revision 3
build-type: Simple name: brotli version: 0.0.0.1-x-revision: 2+x-revision: 3 synopsis: Brotli (RFC7932) compression and decompression homepage: https://github.com/haskell-hvr/brotli exposed-modules: Codec.Compression.Brotli other-modules: LibBrotli - build-depends: base >=4.5 && <4.19+ build-depends: base >=4.5 && <5 , bytestring >=0.9.2 && <0.13 , transformers >=0.3.0.0 && <0.7
revision 4
build-type: Simple name: brotli version: 0.0.0.1-x-revision: 3+x-revision: 4 synopsis: Brotli (RFC7932) compression and decompression homepage: https://github.com/haskell-hvr/brotli . tested-with:+ GHC == 9.8.0 GHC == 9.6.2- GHC == 9.4.5+ GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3- GHC == 7.8.4- GHC == 7.6.3- GHC == 7.4.2 - extra-source-files: CHANGELOG.md cbits/hs_brotli.h -- additional dependencies that require version bounds build-depends: HUnit == 1.6.* , QuickCheck == 2.14.*- , tasty >= 1.2 && < 1.5+ , tasty >= 1.2 && < 1.6 , tasty-hunit == 0.10.* , tasty-quickcheck == 0.10.*
revision 5
build-type: Simple name: brotli version: 0.0.0.1-x-revision: 4+x-revision: 5 synopsis: Brotli (RFC7932) compression and decompression homepage: https://github.com/haskell-hvr/brotli . tested-with:- GHC == 9.8.0- GHC == 9.6.2- GHC == 9.4.7+ GHC == 9.10.0+ GHC == 9.8.2+ GHC == 9.6.5+ GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2- GHC == 7.10.3+ -- GHC == 7.10.3 extra-source-files: CHANGELOG.md , bytestring -- additional dependencies that require version bounds build-depends: HUnit == 1.6.*- , QuickCheck == 2.14.*+ , QuickCheck >= 2.14 && < 2.16 , tasty >= 1.2 && < 1.6 , tasty-hunit == 0.10.* , tasty-quickcheck == 0.10.*