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: 201535c79f43ed6acaf4fa8a43ee68a5958c4c3bbc5118381c9c3cbfdfa226df name: glpk-headers version: 0.4.0 synopsis: Low-level Haskell bindings to GLPK. description: Please see the README on GitHub at category: Math homepage: https://github.com/prsteele/glpk-headers-haskell#readme bug-reports: https://github.com/prsteele/glpk-headers-haskell/issues author: Patrick Steele maintainer: steele.pat@gmail.com copyright: 2018 Patrick Steele license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/prsteele/glpk-headers-haskell library exposed-modules: Math.Programming.Glpk.Header other-modules: Paths_glpk_headers hs-source-dirs: src build-depends: base >=4.7 && <5 , derive-storable >=0.1.2.0 && <0.2 default-language: Haskell2010 test-suite GlpkHs-test type: exitcode-stdio-1.0 main-is: Driver.hs other-modules: Diet Paths_glpk_headers hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N extra-libraries: glpk build-depends: base >=4.7 && <5 , derive-storable >=0.1.2.0 && <0.2 , glpk-headers , tasty , tasty-discover , tasty-hunit default-language: Haskell2010