Learning-0.0.3: Learning.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 17f24c6acefbeb01d1dbaf720f248d2ff7b3d82ff28f368f58a60e25cdc2a4d3
name: Learning
version: 0.0.3
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 () 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: Main.lhs
hs-source-dirs:
examples/PCA
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
executable learning-pca-advanced
main-is: Main.lhs
hs-source-dirs:
examples/PCA2
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
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