Cabal revisions of exp-pairs-0.1.3.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: exp-pairs version: 0.1.3.0+x-revision: 1 synopsis: Linear programming over exponent pairs description: Package implements an algorithm to minimize rational objective function over the set of exponent pairs homepage: https://github.com/Bodigrim/exp-pairs location: git://github.com/Bodigrim/exp-pairs.git library+ other-extensions: LambdaCase exposed-modules: Math.ExpPairs, Math.ExpPairs.Ivic, Math.ExpPairs.Kratzel, Math.ExpPairs.PrettyProcess, Math.ExpPairs.ProcessMatrix, Math.ExpPairs.RatioInf- build-depends: base >=4 && <5,+ build-depends: base >=4 && <4.11, memoize >=0.1, ghc-prim, generic-deriving, test-suite tests type: exitcode-stdio-1.0 main-is: Tests.hs- build-depends: base >=4 && <5,+ build-depends: base >=4 && <4.11, tasty >=0.7, tasty-quickcheck, tasty-smallcheck,