multistate v0.5.0.0 Release Notes

Release Date: 2015-03-01 // about 9 years ago
    • Breaking changes (!):

      Refactor some parts of the interface, see "naming scheme" in the README; The changes are:

      | old | new | | --- | --- | | withMultiFoo | withMultiFooA | | withMultiFoos | withMultiFoosA | | mAskRaw | mGetRaw | | | mPutRaw | | evalMultiStateT | runMultiStateTNil | | evalMultiStateTWithInitial | runMultiStateTA | | evalMultiReaderT | runMultiReaderTNil | | evalMultiReaderTWithInitial | runMultiReaderTA | | execMultiWriterT | runMultiWriterTW |

    • Start using hspec; Add proper cabal test-suite.