-- Initial hmatrix-quadprogpp.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hmatrix-quadprogpp version: 0.3.0.1 synopsis: Bindings to the QuadProg++ quadratic programming library description: Bindings to QuadProg++, a C++ library for quadratic programming. license: BSD3 license-file: LICENSE author: Alex Lang, Takano Akio maintainer: Alex Lang -- copyright: category: Math build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/alang9/hmatrix-quadprogpp.git library ghc-options: -Wall c-sources: c++/binding.cxx exposed-modules: Numeric.Minimization.QuadProgPP -- other-modules: build-depends: base >= 4.5 && < 5.1, vector >= 0.9, hmatrix >= 0.16 extra-libraries: QuadProgpp, stdc++