packages feed

Cabal revisions of brotli-0.0.0.0

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.0+x-revision: 1  synopsis:            Brotli (RFC7932) compression and decompression homepage:            https://github.com/hvr/brotli   exposed-modules:     Codec.Compression.Brotli   other-modules:       LibBrotli -  build-depends:       base         >=4.5     && <4.13+  build-depends:       base         >=4.5     && <4.14                      , bytestring   >=0.9.2   && <0.11                      , transformers >=0.3.0.0 && <0.6 
revision 2
-cabal-version:       1.12-build-type:          Simple-name:                brotli-version:             0.0.0.0-x-revision: 1--synopsis:            Brotli (RFC7932) compression and decompression-homepage:            https://github.com/hvr/brotli-bug-reports:         https://github.com/hvr/brotli/issues-license:             GPL-3-license-file:        LICENSE-author:              Herbert Valerio Riedel-maintainer:          hvr@gnu.org-copyright:           (c) 2016, Herbert Valerio Riedel-category:            Codec, Compression-description:-    <http://brotli.org Brotli> (<https://tools.ietf.org/html/rfc7932 RFC7932>) is a generic-purpose lossless compression algorithm suitable for <https://en.wikipedia.org/wiki/HTTP_compression HTTP compression> that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.-    .-    This package provides a pure interface for compressing and-    decompressing Brotli streams of data represented as lazy @ByteString@s. A-    monadic incremental interface is provided as well. This package-    relies on Google's C implementation.-    .-    The following packages are based on this package and provide-    API support for popular streaming frameworks:-    .-      * </package/brotli-streams brotli-streams> (for </package/io-streams io-streams>)-    .-      * </package/pipes-brotli pipes-brotli> (for </package/pipes pipes>)-    .-      * </package/brotli-conduit brotli-conduit> (for </package/conduit conduit>)-    .--extra-source-files:-  cbits/hs_brotli.h--source-repository head-  type:     git-  location: https://github.com/hvr/brotli.git--library-  hs-source-dirs:      src-  exposed-modules:     Codec.Compression.Brotli-  other-modules:       LibBrotli--  build-depends:       base         >=4.5     && <4.14-                     , bytestring   >=0.9.2   && <0.11-                     , transformers >=0.3.0.0 && <0.6--  default-language:    Haskell2010--  pkgconfig-depends:   libbrotlienc-                     , libbrotlidec--  include-dirs:        cbits--  ghc-options:         -Wall--test-suite brotli-tests-  default-language:    Haskell2010-  other-extensions:    OverloadedStrings-  hs-source-dirs:      src-tests-  type:                exitcode-stdio-1.0-  main-is:             brotli-tests.hs--  -- dependencies with version bounds inherited from the library stanza-  build-depends:       brotli-                     , base-                     , bytestring-  -- additional dependencies that require version bounds-  build-depends:       HUnit                       == 1.6.*-                     , QuickCheck                  == 2.13.*-                     , tasty                       == 1.2.*-                     , tasty-hunit                 == 0.10.*-                     , tasty-quickcheck            == 0.10.*--  ghc-options:         -Wall -threaded+cabal-version:       1.12
+build-type:          Simple
+name:                brotli
+version:             0.0.0.0
+x-revision: 2
+
+synopsis:            Brotli (RFC7932) compression and decompression
+homepage:            https://github.com/hvr/brotli
+bug-reports:         https://github.com/hvr/brotli/issues
+license:             GPL-3
+license-file:        LICENSE
+author:              Herbert Valerio Riedel
+maintainer:          hvr@gnu.org
+copyright:           (c) 2016, Herbert Valerio Riedel
+category:            Codec, Compression
+description:
+    <http://brotli.org Brotli> (<https://tools.ietf.org/html/rfc7932 RFC7932>) is a generic-purpose lossless compression algorithm suitable for <https://en.wikipedia.org/wiki/HTTP_compression HTTP compression> that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.
+    .
+    This package provides a pure interface for compressing and
+    decompressing Brotli streams of data represented as lazy @ByteString@s. A
+    monadic incremental interface is provided as well. This package
+    relies on Google's C implementation.
+    .
+    The following packages are based on this package and provide
+    API support for popular streaming frameworks:
+    .
+      * </package/brotli-streams brotli-streams> (for </package/io-streams io-streams>)
+    .
+      * </package/pipes-brotli pipes-brotli> (for </package/pipes pipes>)
+    .
+      * </package/brotli-conduit brotli-conduit> (for </package/conduit conduit>)
+    .
+
+extra-source-files:
+  cbits/hs_brotli.h
+
+source-repository head
+  type:     git
+  location: https://github.com/hvr/brotli.git
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Codec.Compression.Brotli
+  other-modules:       LibBrotli
+
+  build-depends:       base         >=4.5     && <4.15
+                     , bytestring   >=0.9.2   && <0.11
+                     , transformers >=0.3.0.0 && <0.6
+
+  default-language:    Haskell2010
+
+  pkgconfig-depends:   libbrotlienc
+                     , libbrotlidec
+
+  include-dirs:        cbits
+
+  ghc-options:         -Wall
+
+test-suite brotli-tests
+  default-language:    Haskell2010
+  other-extensions:    OverloadedStrings
+  hs-source-dirs:      src-tests
+  type:                exitcode-stdio-1.0
+  main-is:             brotli-tests.hs
+
+  -- dependencies with version bounds inherited from the library stanza
+  build-depends:       brotli
+                     , base
+                     , bytestring
+  -- additional dependencies that require version bounds
+  build-depends:       HUnit                       == 1.6.*
+                     , QuickCheck                  == 2.13.*
+                     , tasty                       == 1.2.*
+                     , tasty-hunit                 == 0.10.*
+                     , tasty-quickcheck            == 0.10.*
+
+  ghc-options:         -Wall -threaded
revision 3
-cabal-version:       1.12
-build-type:          Simple
-name:                brotli
-version:             0.0.0.0
-x-revision: 2
-
-synopsis:            Brotli (RFC7932) compression and decompression
-homepage:            https://github.com/hvr/brotli
-bug-reports:         https://github.com/hvr/brotli/issues
-license:             GPL-3
-license-file:        LICENSE
-author:              Herbert Valerio Riedel
-maintainer:          hvr@gnu.org
-copyright:           (c) 2016, Herbert Valerio Riedel
-category:            Codec, Compression
-description:
-    <http://brotli.org Brotli> (<https://tools.ietf.org/html/rfc7932 RFC7932>) is a generic-purpose lossless compression algorithm suitable for <https://en.wikipedia.org/wiki/HTTP_compression HTTP compression> that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.
-    .
-    This package provides a pure interface for compressing and
-    decompressing Brotli streams of data represented as lazy @ByteString@s. A
-    monadic incremental interface is provided as well. This package
-    relies on Google's C implementation.
-    .
-    The following packages are based on this package and provide
-    API support for popular streaming frameworks:
-    .
-      * </package/brotli-streams brotli-streams> (for </package/io-streams io-streams>)
-    .
-      * </package/pipes-brotli pipes-brotli> (for </package/pipes pipes>)
-    .
-      * </package/brotli-conduit brotli-conduit> (for </package/conduit conduit>)
-    .
-
-extra-source-files:
-  cbits/hs_brotli.h
-
-source-repository head
-  type:     git
-  location: https://github.com/hvr/brotli.git
-
-library
-  hs-source-dirs:      src
-  exposed-modules:     Codec.Compression.Brotli
-  other-modules:       LibBrotli
-
-  build-depends:       base         >=4.5     && <4.15
-                     , bytestring   >=0.9.2   && <0.11
-                     , transformers >=0.3.0.0 && <0.6
-
-  default-language:    Haskell2010
-
-  pkgconfig-depends:   libbrotlienc
-                     , libbrotlidec
-
-  include-dirs:        cbits
-
-  ghc-options:         -Wall
-
-test-suite brotli-tests
-  default-language:    Haskell2010
-  other-extensions:    OverloadedStrings
-  hs-source-dirs:      src-tests
-  type:                exitcode-stdio-1.0
-  main-is:             brotli-tests.hs
-
-  -- dependencies with version bounds inherited from the library stanza
-  build-depends:       brotli
-                     , base
-                     , bytestring
-  -- additional dependencies that require version bounds
-  build-depends:       HUnit                       == 1.6.*
-                     , QuickCheck                  == 2.13.*
-                     , tasty                       == 1.2.*
-                     , tasty-hunit                 == 0.10.*
-                     , tasty-quickcheck            == 0.10.*
-
-  ghc-options:         -Wall -threaded
+cabal-version:       1.12+build-type:          Simple+name:                brotli+version:             0.0.0.0+x-revision:          3++synopsis:            Brotli (RFC7932) compression and decompression+homepage:            https://github.com/hvr/brotli+bug-reports:         https://github.com/hvr/brotli/issues+license:             GPL-3+license-file:        LICENSE+author:              Herbert Valerio Riedel+maintainer:          hvr@gnu.org+copyright:           (c) 2016, Herbert Valerio Riedel+category:            Codec, Compression+description:+    <http://brotli.org Brotli> (<https://tools.ietf.org/html/rfc7932 RFC7932>) is a generic-purpose lossless compression algorithm suitable for <https://en.wikipedia.org/wiki/HTTP_compression HTTP compression> that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.+    .+    This package provides a pure interface for compressing and+    decompressing Brotli streams of data represented as lazy @ByteString@s. A+    monadic incremental interface is provided as well. This package+    relies on Google's C implementation.+    .+    The following packages are based on this package and provide+    API support for popular streaming frameworks:+    .+      * </package/brotli-streams brotli-streams> (for </package/io-streams io-streams>)+    .+      * </package/pipes-brotli pipes-brotli> (for </package/pipes pipes>)+    .+      * </package/brotli-conduit brotli-conduit> (for </package/conduit conduit>)+    .++tested-with:+  GHC == 9.0.2+  GHC == 8.10.7+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+  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:+  cbits/hs_brotli.h++source-repository head+  type:     git+  location: https://github.com/hvr/brotli.git++library+  hs-source-dirs:      src+  exposed-modules:     Codec.Compression.Brotli+  other-modules:       LibBrotli++  build-depends:       base         >=4.5     && <4.16+                     , bytestring   >=0.9.2   && <0.11+                     , transformers >=0.3.0.0 && <0.6++  default-language:    Haskell2010++  pkgconfig-depends:   libbrotlienc+                     , libbrotlidec++  include-dirs:        cbits++  ghc-options:         -Wall++test-suite brotli-tests+  default-language:    Haskell2010+  other-extensions:    OverloadedStrings+  hs-source-dirs:      src-tests+  type:                exitcode-stdio-1.0+  main-is:             brotli-tests.hs++  -- dependencies with version bounds inherited from the library stanza+  build-depends:       brotli+                     , base+                     , bytestring+  -- additional dependencies that require version bounds+  build-depends:       HUnit                       == 1.6.*+                     , QuickCheck                  == 2.14.*+                     , tasty                       >= 1.2     && < 1.5+                     , tasty-hunit                 == 0.10.*+                     , tasty-quickcheck            == 0.10.*++  ghc-options:         -Wall -threaded
revision 4
 build-type:          Simple name:                brotli version:             0.0.0.0-x-revision:          3+x-revision:          4  synopsis:            Brotli (RFC7932) compression and decompression homepage:            https://github.com/hvr/brotli     .  tested-with:+  GHC == 9.2.2   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.16-                     , bytestring   >=0.9.2   && <0.11+  build-depends:       base         >=4.5     && <4.17+                     , bytestring   >=0.9.2   && <0.12                      , transformers >=0.3.0.0 && <0.6    default-language:    Haskell2010