packages feed

som 8.0.4 → 8.0.5

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~MonadRandomdep ~QuickCheck

Dependency ranges changed: MonadRandom, QuickCheck

Files

som.cabal view
@@ -1,5 +1,5 @@ Name:              som-Version:           8.0.4+Version:           8.0.5 Stability:         experimental Synopsis:          Self-Organising Maps. Description:       A Kohonen Self-organising Map (SOM) maps input patterns @@ -33,7 +33,7 @@ source-repository this   type:     git   location: https://github.com/mhwombat/som.git-  tag:      8.0.4+  tag:      8.0.5   library@@ -41,7 +41,7 @@   build-depends:   base ==4.*,                    containers ==0.5.*,                    grid ==7.* && >=7.7,-                   MonadRandom ==0.3.*+                   MonadRandom ==0.4.*   ghc-options:     -Wall   exposed-modules: Data.Datamining.Clustering.SOM,                    Data.Datamining.Clustering.SOMInternal,@@ -56,12 +56,12 @@   type:            exitcode-stdio-1.0   build-depends:   base ==4.*,                    test-framework-quickcheck2 == 0.3.*,-                   QuickCheck ==2.7.*,+                   QuickCheck ==2.8.*,                    test-framework ==0.8.*,                    som,                    containers ==0.5.*,                    grid ==7.* && >=7.7,-                   MonadRandom ==0.3.*,+                   MonadRandom ==0.4.*,                    random ==1.1.*   hs-source-dirs:  test   ghc-options:     -Wall