MIP-glpk-0.1.1.0: MIP-glpk.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 91bd2c285320628b724f46bca19099aeaa4b2006d6014a41bff9810b3fe57882
name: MIP-glpk
version: 0.1.1.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
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.1.1.0 && <0.2
, base >=4.7 && <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:
Paths_MIP_glpk
hs-source-dirs:
test
ghc-options: -threaded
build-depends:
MIP >=0.1.1.0 && <0.2
, MIP-glpk
, async
, base >=4.7 && <5
, containers
, 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.11
, tasty-th
default-language: Haskell2010