cabal-version:      1.12
name:               math-programming-tests
version:            0.4.0
license:            BSD3
license-file:       LICENSE
copyright:          2018 Patrick Steele
maintainer:         steele.pat@gmail.com
author:             Patrick Steele
homepage:           https://github.com/prsteele/math-programming-tests#readme
bug-reports:        https://github.com/prsteele/math-programming-tests/issues
synopsis:
    Utility functions for testing implementations of the math-programming library.

description:
    Please see the README on GitHub at <https://github.com/prsteele/math-programming-api-tests#readme>

category:           Math
build-type:         Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
    type:     git
    location: https://github.com/prsteele/math-programming-tests

library
    exposed-modules:
        Math.Programming.Tests
        Math.Programming.Tests.Api
        Math.Programming.Tests.IP
        Math.Programming.Tests.LP

    hs-source-dirs:   src
    other-modules:    Paths_math_programming_tests
    default-language: Haskell2010
    ghc-options:      -Wall
    build-depends:
        base >=4.12.0.0 && <4.13,
        math-programming >=0.4.0 && <0.5,
        tasty >=1.2.3 && <1.3,
        tasty-hunit >=0.10.0.2 && <0.11,
        tasty-quickcheck >=0.10.1.1 && <0.11,
        text >=1.2.3.1 && <1.3