packages feed

hierarchical-clustering 0.4.2 → 0.4.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

hierarchical-clustering.cabal view
@@ -1,5 +1,5 @@ Name:                hierarchical-clustering-Version:             0.4.2+Version:             0.4.3 Synopsis:            Fast algorithms for single, average/UPGMA and complete linkage clustering. License:             BSD3 License-file:        LICENSE@@ -88,7 +88,7 @@   Build-depends:       base       == 4.*     , array      >= 0.3 && < 0.5-    , containers >= 0.3 && < 0.5+    , containers >= 0.3 && < 0.6   GHC-options: -Wall  Test-suite runtests