packages feed

hyperloglog 0.2 → 0.2.1

raw patch · 3 files changed

+6/−1 lines, 3 files

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.2.1+-----+* Exported `insert` from `Data.HyperLogLog`.+ 0.2 --- * Made compatible with `lens` 4
hyperloglog.cabal view
@@ -1,6 +1,6 @@ name:          hyperloglog category:      Numeric-version:       0.2+version:       0.2.1 license:       BSD3 cabal-version: >= 1.8 license-file:  LICENSE
src/Data/HyperLogLog.hs view
@@ -16,6 +16,7 @@   , HasHyperLogLog(..)   , size   , intersectionSize+  , insert   , cast   -- * Config   , Config