packages feed

speedy-slice 0.3.0 → 0.3.1

raw patch · 2 files changed

+3/−5 lines, 2 filesdep ~containersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: containers

API changes (from Hackage documentation)

- Numeric.MCMC.Slice: asGenIO :: (GenIO -> IO a) -> GenIO -> IO a
+ Numeric.MCMC.Slice: asGenIO :: () => (GenIO -> IO a) -> GenIO -> IO a

Files

Numeric/MCMC/Slice.hs view
@@ -42,7 +42,6 @@ import Control.Monad.Codensity (lowerCodensity) import Control.Monad.Trans.State.Strict (put, get, execStateT) import Control.Monad.Primitive (PrimMonad, PrimState)-import Control.Monad.IO.Class (MonadIO, liftIO) import Control.Lens hiding (index) import Data.Maybe (fromMaybe) import Data.Sampling.Types
speedy-slice.cabal view
@@ -1,5 +1,5 @@ name:                speedy-slice-version:             0.3.0+version:             0.3.1 synopsis:            Speedy slice sampling. homepage:            http://github.com/jtobin/speedy-slice license:             MIT@@ -8,6 +8,7 @@ maintainer:          jared@jtobin.ca category:            Math build-type:          Simple+tested-with:         GHC == 8.8.3 cabal-version:       >=1.10 description:   Speedy slice sampling.@@ -62,7 +63,6 @@     -rtsopts   build-depends:       base              >= 4 && < 6-    , mwc-probability   >= 1.0.1     , speedy-slice  Test-suite bnn@@ -74,7 +74,6 @@     -rtsopts   build-depends:       base              >= 4 && < 6-    , containers        >= 0.5 && < 0.6-    , mwc-probability   >= 1.0.1+    , containers        >= 0.5 && < 0.7     , speedy-slice