packages feed

casadi-bindings-internal 0.1.4.0 → 0.1.5.0

raw patch · 1 files changed

+9/−11 lines, 1 files

Files

casadi-bindings-internal.cabal view
@@ -1,9 +1,9 @@ name:                casadi-bindings-internal-version:             0.1.4.0+version:             0.1.5.0 license:             LGPL-3 license-file:        LICENSE category:            Numerical, Math-copyright:           (c) 2013-2015 Greg Horn+copyright:           (c) 2013-2016 Greg Horn author:              Greg Horn maintainer:          gregmainland@gmail.com build-type:          Simple@@ -14,18 +14,16 @@   library-  build-depends:       base >=4.6 && <5, vector >=0.10, containers--  default-language:    Haskell2010-  hs-source-dirs: src+  build-depends:     base >=4.6 && <5, vector >=0.10, containers -  extra-libraries:  stdc+++  default-language:  Haskell2010+  hs-source-dirs:    src -  pkgconfig-depends: casadi == 3.0.0+  extra-libraries:   stdc++ casadi -  ghc-prof-options: -O2 -prof -fprof-auto -fprof-cafs -rtsopts-  ghc-options: -O2-  cc-options: -Wall -Wno-delete-non-virtual-dtor -Wno-sign-compare -std=c++11+  ghc-prof-options: -O2+  ghc-options:      -O2+  cc-options:       -Wall -Wno-delete-non-virtual-dtor -Wno-sign-compare -std=c++11    C-sources:        cbits/hs_tools.cpp