Learning-0.0.2: Learning.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6c4606a45d47a42344ba884c903f3f574904cf74f1bf8ba2b085dc33882900dd
name: Learning
version: 0.0.2
synopsis: The most frequently used machine learning tools
description: Please see the README on Github at <https://github.com/masterdezign/Learning#readme>
category: Machine Learning
homepage: https://github.com/masterdezign/Learning#readme
bug-reports: https://github.com/masterdezign/Learning/issues
author: Bogdan Penkovsky
maintainer: dev at penkovsky [dot] com
copyright: Bogdan Penkovsky
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/masterdezign/Learning
library
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, hmatrix >=0.18.0.0
, vector
exposed-modules:
Learning
other-modules:
Paths_Learning
default-language: Haskell2010
executable learning-pca
main-is: MainPCA.lhs
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
Learning
, base >=4.7 && <5
, containers
, hmatrix >=0.18.0.0
, vector
other-modules:
MainPCA2
Paths_Learning
default-language: Haskell2010
executable learning-pca-advanced
main-is: MainPCA2.lhs
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
Learning
, base >=4.7 && <5
, containers
, hmatrix >=0.18.0.0
, vector
other-modules:
MainPCA
Paths_Learning
default-language: Haskell2010
test-suite Learning-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
Learning
, base >=4.7 && <5
, containers
, hmatrix >=0.18.0.0
, vector
other-modules:
Paths_Learning
default-language: Haskell2010