packages feed

hmatrix-quadprogpp-0.2.0.2: hmatrix-quadprogpp.cabal

-- Initial hmatrix-quadprogpp.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                hmatrix-quadprogpp
version:             0.2.0.2
synopsis:            Bindings to the QuadProg++ quadratic programming library
description:
  Bindings to QuadProg++, a C++ library for quadratic programming.
  <http://sourceforge.net/projects/quadprog/>
license:             BSD3
license-file:        LICENSE
author:              Alex Lang, Takano Akio
maintainer:          Alex Lang <me@alang.ca>
-- 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 && < 4.9, vector >= 0.9, hmatrix >= 0.14
  extra-libraries:  QuadProgpp, stdc++