packages feed

mwc-probability 2.3.0 → 2.3.1

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~mwc-random

Dependency ranges changed: mwc-random

Files

CHANGELOG view
@@ -1,5 +1,8 @@ # Changelog +- 2.3.1 (2020-07-31)+  * Relaxes the upper bound on mwc-random.+ - 2.3.0 (2020-05-02)   * Adds the discrete distribution (like categorical, but with supplied     support).
mwc-probability.cabal view
@@ -1,5 +1,5 @@ name:                mwc-probability-version:             2.3.0+version:             2.3.1 homepage:            http://github.com/jtobin/mwc-probability license:             MIT license-file:        LICENSE@@ -57,7 +57,7 @@   build-depends:       base          >=  4.8 && < 6     , containers    >=  0.6-    , mwc-random    >   0.13 && < 0.15+    , mwc-random    >   0.13 && < 0.16     , primitive     >=  0.6 && < 1.0     , transformers  >=  0.5 && < 1.0