-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 41211cf12c83c4bc7d6b1152f8d6adc0e35b8d8a8aee00c41bf06728458510ac name: Learning version: 0.0.1 x-revision: 1 synopsis: Most frequently used machine learning tools description: Please see the README on Github at 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 , 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