iter-stats 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- iter-stats.cabal +2/−2
iter-stats.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: iter-stats-version: 0.1.0.1+version: 0.1.0.2 synopsis: iteratees for statistical processing description: efficient statistical values of data streams homepage: https://github.com/JohnLato/iter-stats@@ -21,7 +21,7 @@ Statistics.Iteratee.Sample, Statistics.Iteratee.Uniform -- other-modules: - build-depends: base >=4.5 && < 4.7,+ build-depends: base >=4.5 && < 4.8, heap == 1.*, iteratee >=0.8, ListLike >=3,