packages feed

hasty-hamiltonian 1.1.2 → 1.1.3

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hasty-hamiltonian.cabal view
@@ -1,7 +1,7 @@ name:                hasty-hamiltonian-version:             1.1.2+version:             1.1.3 synopsis:            Speedy traversal through parameter space.-homepage:            http://jtobin.github.com/hasty-hamiltonian+homepage:            http://github.com/jtobin/hasty-hamiltonian license:             MIT license-file:        LICENSE author:              Jared Tobin
test/Booth.hs view
@@ -13,5 +13,5 @@ booth = Target target (Just gTarget)  main :: IO ()-main = withSystemRandom . asGenIO $ mcmc 10000 0.05 20 [0, 0] booth+main = withSystemRandom . asGenIO $ mcmc 100 0.05 20 [0, 0] booth