packages feed

uniqueness-periods-vector-stats 0.2.1.0 → 0.2.2.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -22,3 +22,7 @@  * Second version revised A. Fixed issue with being wrongly defined for the meanD and meanF functions. +## 0.2.2.0 -- 2022-03-24++* Second version revised B. Updated the dependency boundaries to support the latest GHC and Cabal versions.+
uniqueness-periods-vector-stats.cabal view
@@ -2,7 +2,7 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/  name:                uniqueness-periods-vector-stats-version:             0.2.1.0+version:             0.2.2.0 synopsis:            A very basic descriptive statistics. description:         A very basic descriptive statistics. Functions use a tail recursion approach to compute the values and are strict by an accumulator. homepage:            https://hackage.haskell.org/package/uniqueness-periods-vector-stats@@ -20,6 +20,6 @@   exposed-modules:     Numeric.Stats   -- other-modules:   other-extensions:    BangPatterns, MagicHash-  build-depends:       base >=4.7 && <4.15, ghc-prim >=0.3.1 && <1+  build-depends:       base >=4.7 && <5, ghc-prim >=0.3.1 && <1   -- hs-source-dirs:   default-language:    Haskell2010