packages feed

learning-hmm 0.3.2.1 → 0.3.2.2

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~basedep ~hmatrixPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hmatrix

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,6 +1,9 @@ Revision history for Haskell package learning-hmm === +## Version 0.3.2.2+- Catch up with base-4.8+ ## Version 0.3.2.1 - Bug fix release 
learning-hmm.cabal view
@@ -1,5 +1,5 @@ name:                learning-hmm-version:             0.3.2.1+version:             0.3.2.2 stability:           experimental  synopsis:            Yet another library for hidden Markov models@@ -33,10 +33,10 @@                    , Learning.HMM.Internal                    , Learning.IOHMM.Internal   -- other-extensions:  -  build-depends:     base >=4.7 && <4.8+  build-depends:     base >=4.7 && <5                    , containers                    , deepseq-                   , hmatrix < 0.16.1+                   , hmatrix >= 0.16                    , random-fu                    , random-source                    , vector