BSD-3-Clause licensed by Edward A. Kmett
This version can be pinned in stack with:hyperloglog-0.4.3@sha256:f108ea724489c49532ad6e4e5a6929bbc446e0329358b9fec5fecb42c7ae4d10,3283
Module documentation for 0.4.3
Depends on 18 packages
(full list with versions):
approximate, 
base, 
binary, 
bits, 
bytes, 
cereal, 
cereal-vector, 
comonad, 
deepseq, 
distributive, 
hashable, 
lens, 
reflection, 
semigroupoids, 
semigroups, 
siphash, 
tagged, 
vector hyperloglog
 
 
This package provides a working implementation of HyperLogLog.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
0.4.3 [2019.09.13]
- Remove unused safecopydependency.
0.4.2
- Add a library dependency on the docteststest suite
0.4.1
- Revamp Setup.hsto usecabal-doctest. This makes it build
withCabal-2.0, and makes thedoctests work withcabal new-buildand
sandboxes.
- Drop (unused) hashable-extrasdependency
- Add NFDatainstance forHyperLogLog
- Require GHC 7.8 or later
0.4.0.4
- Support cereal0.5 andsafecopy0.9.
0.4.0.3
- Fixed doctest issues caused by vector0.11
- Unfortunately the herbiechanges turned out to be flawed (due to issue mikeizbicki/HerbiePlugin#8). Rolling them back for now.
0.4.0.2
- Fixed a haddock issue caused by the comments in the herbie code.
0.4.0.1
- Added vector0.11 support.
- Incorporated some changes suggested by the HerbiePlugin.
0.3.4
- Support generic-deriving1.8. We no longer incur ageneric-derivingrequirement at all except on GHC < 7.6.
0.3.3.1
0.3.3
- Added bytesandbinaryinstances.
- Compiles warning-free on GHC 7.10.
0.3.2
- Simplified reifyConfiginternals.
0.3.1
- Added insertHash. This enables users of the 0.2
era version ofhyperloglogto manually pick the
hash used and load their old data.
- Builds warning-free on GHC 7.10
0.3.0.1
- Constraint bumps for lensandgeneric-deriving
0.3
- Switched to SipHash, so the package actually works.
0.2.3.2
0.2.3.1
0.2.3
- GHC 7.8 compatibility
- Bumped cerealdependency.
0.2.1
- Exported insertfromData.HyperLogLog.
0.2
- Made compatible with lens4
0.1
- Ported Data.Analytics.Approximate.HyperLogLogfrom analytics into a separate package.