packages feed

lda 0.0.1 → 0.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ NLP.LDA.Utils: count :: Int -> IntMap Double -> Double

Files

lda.cabal view
@@ -6,7 +6,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.0.1+Version:             0.0.2  -- A short (one-line) description of the package. Synopsis:            Online Latent Dirichlet Allocation@@ -55,7 +55,7 @@   -- Modules exported by the library.    Exposed-modules: NLP.LDA                   , NLP.LDA.UnboxedMaybeVector-  +                  , NLP.LDA.Utils   -- Packages needed in order to build this package.    Build-depends: base >= 3 && < 5                 , containers >= 0.4    @@ -66,7 +66,7 @@                 , ghc-prim >= 0.2                 , vector >= 0.9   -- Modules not exported by this package.-  Other-modules: NLP.LDA.Utils+  Other-modules:       -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.   -- Build-tools: