packages feed

hasty-hamiltonian 1.3.3 → 1.3.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~lensPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: lens

API changes (from Hackage documentation)

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

Files

hasty-hamiltonian.cabal view
@@ -1,5 +1,5 @@ name:                hasty-hamiltonian-version:             1.3.3+version:             1.3.4 synopsis:            Speedy traversal through parameter space. homepage:            http://github.com/jtobin/hasty-hamiltonian license:             MIT@@ -55,7 +55,7 @@     , kan-extensions   >= 5 && < 6     , mcmc-types       >= 1.0.1     , mwc-probability  >= 2.0 && < 3-    , lens             >= 4 && < 5+    , lens             >= 4 && < 6     , pipes            >= 4 && < 5     , primitive        >= 0.5 && < 1.0     , transformers     >= 0.5 && < 1.0