packages feed

astar-monad 0.2.0.0 → 0.2.1.0

raw patch · 2 files changed

+2/−7 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -75,8 +75,3 @@               , _moves   = [U, R, R]               }) ```---## Known Issues--Currently, computation will **hang** if the end of a branch "finishes" without calling `done` or `failure`; so don't do that.
astar-monad.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: dd7ab531bbfc60dd1505d0488c11c684b9259708a61f021be586d938d7d5d5a8+-- hash: 485ec3b8546276e4d3f4a788bf628028e40cf0033dd80f364306d09bedea6f45  name:           astar-monad-version:        0.2.0.0+version:        0.2.1.0 description:    Please see the README on GitHub at <https://github.com/ChrisPenner/astar-monad#readme> homepage:       https://github.com/ChrisPenner/astar-monad#readme bug-reports:    https://github.com/ChrisPenner/astar-monad/issues