forkable-monad 0.2.0.2 → 0.2.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- forkable-monad.cabal +3/−3
forkable-monad.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack ----- hash: 6d76095d3e8d282fcf906ba524e147952e1f065a03e1d71e93ea70c9d503a825+-- hash: 81fdcee5202615618b26810afed7ac39250c32c84789c7e5ac9cb420db3248aa name: forkable-monad-version: 0.2.0.2+version: 0.2.0.3 synopsis: An implementation of forkIO for monad stacks. description: < This module defines a more generic version of Control.Concurrent's forkIO, which can directly run some complex monadic actions as well as plain IO actions. category: Concurrent