-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 2f302a5cef6eb36b509ca48f07677cc9d096c0ab379cee90eb467fb9b8af1f03 name: optimization-algorithms version: 0.1.0.0 description: Please see the README on GitHub at homepage: https://github.com/mizunno/optimization-algorithms#readme bug-reports: https://github.com/mizunno/optimization-algorithms/issues author: Pedro García Victoria maintainer: pedrogarciavictoria@gmail.com copyright: 2018 Pedro García Victoria 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/mizunno/optimization-algorithms library exposed-modules: OA.Examples.KnapsackProblem other-modules: OA.Algorithms.GeneticAlgorithm OA.Algorithms.HillClimbing OA.Algorithms.PSOAlgorithm OA.Algorithms.SimulatedAnnealing OA.Core.Problem OA.Core.ProblemGA OA.Core.ProblemPSO OA.Utils.Operators OA.Utils.RandState OA.Utils.Utils Paths_optimization_algorithms hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , mtl , random default-language: Haskell2010 test-suite optimization-algorithms-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_optimization_algorithms hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , mtl , optimization-algorithms , random default-language: Haskell2010