feat(Numeric): move all modules to Numeric

This commit is contained in:
Mahdi Dibaiee
2016-10-17 01:54:35 +03:30
parent 506b180498
commit ed6d2b3021
16 changed files with 20 additions and 65 deletions

View File

@ -1,5 +1,5 @@
name: sibe
version: 0.1.0.1
version: 0.2.0.0
synopsis: Machine Learning algorithms
description: Haskell Machine Learning
homepage: https://github.com/mdibaiee/sibe
@ -15,7 +15,7 @@ cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Sibe, Sibe.NaiveBayes, Sibe.NLP, Sibe.Word2Vec, Sibe.Utils
exposed-modules: Numeric.Sibe, Numeric.Sibe.NaiveBayes, Numeric.Sibe.NLP, Numeric.Sibe.Word2Vec, Numeric.Sibe.Utils
build-depends: base >= 4.7 && < 5
, hmatrix
, random