Dist 0.4.0.0 → 0.4.1.0
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Dist.cabal +7/−7
Dist.cabal view
@@ -1,8 +1,8 @@--- Initial Dist.cabal generated by cabal init. For further +-- Initial Dist.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: Dist-version: 0.4.0.0+version: 0.4.1.0 synopsis: A Haskell library for probability distributions description: This library provides a data structure and associated functions for representing discrete probability distributions. homepage: https://github.com/wyager/Dist@@ -10,7 +10,7 @@ license-file: LICENSE author: William Yager maintainer: will.yager@gmail.com--- copyright: +-- copyright: category: Math build-type: Simple extra-source-files: README.md@@ -22,16 +22,16 @@ library exposed-modules: Numeric.Probability.Distribution- -- other-modules: + -- other-modules: other-extensions: BangPatterns, GeneralizedNewtypeDeriving- build-depends: base >=4.7 && <= 4.8.1.0, MonadRandom >=0.3, containers >=0.5+ build-depends: base >=4.7 && <= 4.9.1.0, MonadRandom >=0.3, containers >=0.5 hs-source-dirs: src default-language: Haskell2010 -Test-Suite Test+test-suite Test type: exitcode-stdio-1.0 main-is: Numeric/Probability/Distribution/Test.hs other-extensions: BangPatterns, GeneralizedNewtypeDeriving- build-depends: base >=4.7 && <= 4.8.1.0, MonadRandom >=0.3, containers >=0.5+ build-depends: base >=4.7 && <= 4.9.1.0, MonadRandom >=0.3, containers >=0.5 hs-source-dirs: src default-language: Haskell2010