packages feed

Cabal revisions of gev-lib-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:      2.4-name:               gev-lib-version:            0.1.0.0---- A short (one-line) description of the package.-synopsis: The family of Extreme Value Distributions.---- 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-extra-source-files: CHANGELOG.md--library gev-dist-    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-    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-dist-  default-language: Haskell2010+cabal-version:      2.4
+name:               gev-lib
+version:            0.1.0.0
+x-revision: 1
+
+-- A short (one-line) description of the package.
+synopsis: The family of Extreme Value Distributions.
+
+-- 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, EVT
+extra-source-files: CHANGELOG.md
+
+library gev-dist
+    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-dist
+  default-language: Haskell2010
revision 2
 cabal-version:      2.4
 name:               gev-lib
 version:            0.1.0.0
-x-revision: 1
+x-revision: 2
+
+homepage: https://github.com/HaeckGabriel/gev-lib-Haskell
 
 -- A short (one-line) description of the package.
 synopsis: The family of Extreme Value Distributions.