Skip to content

Releases: Gabriella439/Haskell-MVC-Updates-Library

mvc-updates-1.1.1

22 Sep 01:12
Compare
Choose a tag to compare
  • Fixed bug in listen which caused the listener to run more often than necessary

mvc-updates-1.1.0

22 Sep 00:58
Compare
Choose a tag to compare
  • Changed Updatable to use FoldM IO internally. Use on for pure folds and On for impure folds
  • Added listen and transform
  • Added runUpdatable