name: cplex-hs version: 0.2.0.2 synopsis: high-level CPLEX interface -- description: License: BSD3 License-file: LICENSE Copyright: (c) Greg Horn 2012-2013, Stefan Jacholke 2016 Author: Greg Horn, Stefan Jacholke Maintainer: Stefan Jacholke Homepage: https://github.com/stefan-j/cplex-haskell Bug-Reports: https://github.com/stefan-j/cplex-haskell/issues Category: Math Stability: Experimental Description: High level interface to CPLEX build-type: Simple cabal-version: >=1.8 Library exposed-modules: CPLEX.Core, CPLEX.Param CPLEX.Bindings -- other-modules: Build-depends: base >= 4 && < 5 , containers , mtl , primitive >= 0.6.1.0 , transformers >= 0.4.2.0 , vector hs-source-dirs: src if os(linux) Extra-lib-dirs: /opt/ibm/ILOG/CPLEX_Studio_Community1263/cplex/lib/x86-64_linux/static_pic/ Extra-libraries: cplex, m, pthread Include-dirs: /opt/ibm/ILOG/CPLEX_Studio_Community1263/cplex/include/ cc-options: -Wall -Wextra