Learning-0.0.0: Learning.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: cc0645cca2baee4a686a5bc4eebc313fda168d1efe6b0301bccb1ec7e7543c25
name: Learning
version: 0.0.0
synopsis: Most frequently used machine learning tools
description: Please see the README on Github at <https://github.com/masterdezign/Learning#readme>
category: ML
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
, hmatrix >=0.18.0.0
, vector
exposed-modules:
Learning
other-modules:
Paths_Learning
default-language: Haskell2010
executable Learning-exe
main-is: Main.hs
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
Learning
, base >=4.7 && <5
, 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
, hmatrix >=0.18.0.0
, vector
other-modules:
Paths_Learning
default-language: Haskell2010