packages feed

Learning-0.1.0: Learning.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9c0a6f4aaf464a604b168540531ae28760f75b90b75e3f2ac7f98a2e69df0ac6

name:           Learning
version:        0.1.0
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