packages feed

hieraclus 0.1.1 → 0.1.1.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

hieraclus.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version:             0.1.1+Version:             0.1.1.1  -- A short (one-line) description of the package. Synopsis:            Automated clustering of arbitrary elements in Haskell
src/Numeric/Statistics/Clustering/Clustering.hs view
@@ -106,7 +106,7 @@ import Control.Monad.State
 import Maybe (fromJust)
 import Math.Statistics ( devsq, average)
-import VectorUtils (
+import Numeric.Statistics.Clustering.VectorUtils (
                       Vector(..), 
                       meanSquareV
                    )