cabal-version: 2.4 name: gev-lib version: 0.2.0.2 -- A short (one-line) description of the package. synopsis: The family of Extreme Value Distributions. homepage: https://github.com/HaeckGabriel/gev-lib-Haskell -- A longer description of the package. description: Basic Distributional quantities (CDF, PDF, Quantile) for the Gumbel, Féchet, Weibull and GEV Distributions. -- A URL where users can report bugs. -- bug-reports: -- The license under which the package is released. license: ISC -- The package author(s). author: Gabriel Haeck -- An email address to which users can send suggestions, bug reports, and patches. maintainer: haeckgabriel@gmail.com -- A copyright notice. -- copyright: category: Statistics, Probability extra-source-files: CHANGELOG.md library exposed-modules: Gev, Gev.Gumbel, Gev.Frechet, Gev.Weibull, Gev.GevDist -- Modules included in this library but not exported. -- other-modules: -- LANGUAGE extensions used by modules in this package. -- other-extensions: build-depends: base ^>=4.14.3.0, random >= 1.2.1 && < 1.3 hs-source-dirs: src default-language: Haskell2010 test-suite tests type: exitcode-stdio-1.0 hs-source-dirs: . main-is: src/Tests/tests.hs build-depends: base ^>=4.14.3.0, HUnit ^>=1.6, gev-lib default-language: Haskell2010