Metadata revisions for adler32-0.1.1.0

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r2 (adler32-0.1.1.0-r2) 2018-09-30T08:10:51Z HerbertValerioRiedel 720f350653fefed143b92713b2f004be6a5839b981f22269623dff5c5ac35cb7
  • Changed the library component's library dependency on 'base' from

    >=4.6 && <5
    to
    >=4.6 && <4.11

  • Changed the library component's library dependency on 'bytestring' from

    >=0.10.2
    to
    >=0.10.2 && <0.11

-r1 (adler32-0.1.1.0-r1) 2017-06-09T10:49:12Z MariosTitas 758e44f0335017ce8edc1ff3123dfbf192c6bb19caf0f07e7ae87845dbf4ee20
  • Changed description from

    This package provides an implementation of the Adler-32 checksum algorithm.
    In supports a rolling checksum mode, i.e. the checksum of a sliding window
    of the input message can be computed efficiently. It also supports
    compounding, i.e. the checksum of the concatenation of two messages can be
    efficiently computed from the checksums of the two parts.
    
    By default, the highly optimized implementation of Adler-32 from @zlib@
    will be used. This can be disabled in which case a pure haskell
    implementation will be used instead. The haskell version is 2 to 3 times
    slower on my system.
    to
    This package provides an implementation of the Adler-32 checksum algorithm.
    It supports a rolling checksum mode, i.e. the checksum of a sliding window
    of the input message can be computed efficiently. It also supports
    compounding, i.e. the checksum of the concatenation of two messages can be
    efficiently computed from the checksums of the two parts.
    
    By default, the highly optimized implementation of Adler-32 from @zlib@
    will be used. This can be disabled, in which case a pure haskell
    implementation will be used instead. On my system, the haskell version
    is 2 to 3 times slower.

-r0 (adler32-0.1.1.0-r0) 2016-01-25T22:53:47Z MariosTitas 54ad0974420fa6e3e91419893d1b675449a6bc1b90b27905f22c7cf1ec500475