packages feed

hyperloglog 0.2.3 → 0.2.3.1

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.2.3.1+-------+* `#ifdef` bugfix+ 0.2.3 ----- * GHC 7.8 compatibility
hyperloglog.cabal view
@@ -1,6 +1,6 @@ name:          hyperloglog category:      Numeric-version:       0.2.3+version:       0.2.3.1 license:       BSD3 cabal-version: >= 1.8 license-file:  LICENSE
src/Data/HyperLogLog/Type.hs view
@@ -21,7 +21,7 @@ {-# LANGUAGE PolyKinds                 #-} #endif -#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 706+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 707 {-# LANGUAGE RoleAnnotations #-} #endif