BSD-3-Clause licensed by Edward A. Kmett
This version can be pinned in stack with:hyperloglog-0.4.0.4@sha256:bd8e1477c31858506c80a3d5182345599d15c393798c12c8a6050b0650760f5a,3133
Module documentation for 0.4.0.4
Depends on 20 packages
(full list with versions):
approximate, 
base, 
binary, 
bits, 
bytes, 
cereal, 
cereal-vector, 
comonad, 
deepseq, 
distributive, 
hashable, 
hashable-extras, 
lens, 
reflection, 
safecopy, 
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.0.4
- Support 
cereal 0.5 and safecopy 0.9. 
0.4.0.3
- Fixed doctest issues caused by 
vector 0.11 
- Unfortunately the 
herbie changes 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 
vector 0.11 support. 
- Incorporated some changes suggested by the HerbiePlugin.
 
0.3.4
- Support 
generic-deriving 1.8. We no longer incur a generic-deriving requirement at all except on GHC < 7.6. 
0.3.3.1
0.3.3
- Added 
bytes and binary instances. 
- Compiles warning-free on GHC 7.10.
 
0.3.2
- Simplified 
reifyConfig internals. 
0.3.1
- Added 
insertHash. This enables users of the 0.2
era version of hyperloglog to manually pick the
hash used and load their old data. 
- Builds warning-free on GHC 7.10
 
0.3.0.1
- Constraint bumps for 
lens and generic-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 
cereal dependency. 
0.2.1
- Exported 
insert from Data.HyperLogLog. 
0.2
- Made compatible with 
lens 4 
0.1
- Ported 
Data.Analytics.Approximate.HyperLogLog from analytics into a separate package.