kmeans 0.1.2 → 0.1.3
raw patch · 1 files changed
+8/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- kmeans.cabal +8/−4
kmeans.cabal view
@@ -1,5 +1,5 @@ Name: kmeans-Version: 0.1.2+Version: 0.1.3 Description: A simple library for k-means clustering Category: algorithms, clustering, data mining Synopsis: K-means clustering algorithm@@ -7,12 +7,16 @@ License-file: LICENSE Author: Keegan Carruthers-Smith Maintainer: gershomb@gmail.com-Stability: Alpha Build-Type: Simple-Cabal-Version: >= 1.2+Cabal-Version: >= 1.6 Library- Build-Depends: base >= 3 && < 5+ Build-Depends: base >= 3 && < 6 Exposed-Modules: Data.KMeans++source-repository head+ type: darcs+ location: http://hub.darcs.net/gershomb/kmeans+