-- Initial nonlinear-optimization-ad.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: nonlinear-optimization-ad version: 0.2.0 synopsis: Wrapper of nonlinear-optimization package for using with AD package description: Wrapper of nonlinear-optimization package for using with AD package homepage: https://github.com/msakai/nonlinear-optimization-ad bug-reports: https://github.com/msakai/nonlinear-optimization-ad/issues license: GPL-3 license-file: LICENSE copyright: (c) 2013 Masahiro Sakai author: Masahiro Sakai (masahiro.sakai@gmail.com) maintainer: masahiro.sakai@gmail.com category: Math, Algorithms, Optimisation, Optimization build-type: Simple cabal-version: >=1.10 extra-source-files: README.md .travis.yml samples/LinearRegression.hs samples/galton.csv source-repository head type: git location: git://github.com/msakai/nonlinear-optimization-ad.git library exposed-modules: Numeric.Optimization.Algorithms.HagerZhang05.AD build-depends: base >=4 && <5 , nonlinear-optimization >=0.3.7 && <0.4 , ad >=3.4 && <4.3 , vector >= 0.5 && < 0.11 , primitive , reflection hs-source-dirs: src default-language: Haskell2010 other-extensions: ScopedTypeVariables Rank2Types TypeFamilies CPP