packages feed

MIP-glpk-0.2.0.0: MIP-glpk.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name:           MIP-glpk
version:        0.2.0.0
synopsis:       A GLPK backend to the MIP library.
description:    Please see the README on GitHub at <https://github.com/msakai/haskell-MIP/tree/master/MIP-glpk#readme>
category:       Math, Algorithms, Optimisation, Optimization
homepage:       https://github.com/msakai/haskell-MIP#readme
bug-reports:    https://github.com/msakai/haskell-MIP/issues
author:         Masahiro Sakai
maintainer:     masahiro.sakai@gmail.com
copyright:      2020 Masahiro Sakai
license:        GPL-3
license-file:   COPYING
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md
    samples/lp/infeasible.lp
    samples/lp/test.lp
    samples/lp/unbounded-ip.lp

source-repository head
  type: git
  location: https://github.com/msakai/haskell-MIP

library
  exposed-modules:
      Numeric.Optimization.MIP.Solver.GLPK
  other-modules:
      Paths_MIP_glpk
  hs-source-dirs:
      src
  extra-libraries:
      glpk
  build-depends:
      MIP >=0.2.0.0 && <0.3
    , base >=4.12 && <5
    , bytestring
    , bytestring-encoding
    , containers
    , extended-reals >=0.1 && <1.0
    , glpk-headers >=0.4.1
    , intern
    , scientific
    , text
  default-language: Haskell2010

test-suite MIP-glpk-test
  type: exitcode-stdio-1.0
  main-is: TestSuite.hs
  other-modules:
      IsClose
      Paths_MIP_glpk
  hs-source-dirs:
      test
  ghc-options: -threaded
  build-depends:
      HUnit
    , MIP >=0.2.0.0 && <0.3
    , MIP-glpk
    , async
    , base >=4.12 && <5
    , containers
    , data-default-class
    , extended-reals >=0.1 && <1.0
    , glpk-headers >=0.4.1
    , scientific
    , tasty >=0.10.1
    , tasty-hunit >=0.9 && <0.11
    , tasty-quickcheck >=0.8 && <0.12
    , tasty-th
  default-language: Haskell2010