cabal-version: 2.2 name: pava version: 0.1.1.1 synopsis: Greatest convex majorants and least concave minorants description: Please see the README on GitHub at category: Math, Statistics homepage: https://github.com/dschrempf/pava#readme bug-reports: https://github.com/dschrempf/pava/issues author: Dominik Schrempf maintainer: dominik.schrempf@gmail.com copyright: Dominik Schrempf (2020) license: GPL-3.0-or-later license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/dschrempf/pava library exposed-modules: Statistics.Gcm Statistics.Lcm Statistics.Pava.Common other-modules: Paths_pava autogen-modules: Paths_pava hs-source-dirs: src ghc-options: -Wall -Wunused-packages build-depends: base < 5.0 , vector default-language: Haskell2010 test-suite pava-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Statistics.GcmSpec Statistics.LcmSpec Statistics.Pava.CommonSpec Paths_pava hs-source-dirs: test ghc-options: -Wall -Wunused-packages -threaded -rtsopts -with-rtsopts=-N build-depends: base , hspec , pava , vector default-language: Haskell2010 benchmark pava-bench type: exitcode-stdio-1.0 main-is: Bench.hs other-modules: Paths_pava hs-source-dirs: bench ghc-options: -Wall -Wunused-packages -threaded -rtsopts -with-rtsopts=-N build-depends: base , criterion , mwc-random , pava , vector default-language: Haskell2010