cabal-version: 2.4
name: math-programming-tests
version: 0.5.1
synopsis: Utility functions for testing implementations of the math-programming library.
description: Please see the <https://github.com/prsteele/math-programming/blob/main/README.md README on GitHub>.
bug-reports: https://github.com/prsteele/math-programming/issues
license: BSD-3-Clause
license-file: LICENSE
author: Patrick Steele
maintainer: steele.pat@gmail.com
copyright: 2018-2023, Patrick Steele
category: Math
build-type: Simple
extra-source-files: ChangeLog.md
source-repository head
type: git
location: https://github.com/prsteele/math-programming
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: Math.Programming.Tests
, Math.Programming.Tests.Api
, Math.Programming.Tests.LP
, Math.Programming.Tests.IP
, Math.Programming.Tests.Fuzz
other-modules:
ghc-options: -Wall
build-depends: base <5
, containers ^>=0.6
, math-programming ^>=0.5
, microlens ^>=0.4
, microlens-th ^>=0.4
, microlens-mtl ^>=0.2
, hspec >=2.8 && <3
, QuickCheck ^>=2.14
, random ^>=1.2
, mtl ^>=2.2
, text ^>=1.2