packages feed

mwc-probability 1.0.1 → 1.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~mwc-randomPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mwc-random

API changes (from Hackage documentation)

Files

mwc-probability.cabal view
@@ -1,5 +1,5 @@ name:                mwc-probability-version:             1.0.1+version:             1.0.2 homepage:            http://github.com/jtobin/mwc-probability license:             MIT license-file:        LICENSE@@ -53,8 +53,8 @@   default-language:    Haskell2010   hs-source-dirs:      src   build-depends:-      base          < 5-    , mwc-random+      base          <  5+    , mwc-random    >= 0.13 && < 0.14     , primitive     , transformers