forkable-monad 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+5/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- forkable-monad.cabal +5/−5
forkable-monad.cabal view
@@ -2,15 +2,15 @@ -- -- see: https://github.com/sol/hpack ----- hash: a478fca4b8cad180bc4ff2304e325f65b5bb7d164ea686c9667e2096fe885c9e+-- hash: 6d76095d3e8d282fcf906ba524e147952e1f065a03e1d71e93ea70c9d503a825 name: forkable-monad-version: 0.2.0.1+version: 0.2.0.2 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-homepage: https://github.com/https://www.github.com/System-Indystress/ForkableMonad#readme-bug-reports: https://github.com/https://www.github.com/System-Indystress/ForkableMonad/issues+homepage: https://github.com/System-Indystress/ForkableMonad#readme+bug-reports: https://github.com/System-Indystress/ForkableMonad/issues author: David Anderson maintainer: matt.p.ahrens@gmail.com copyright: Google 2010; SID.run 2018@@ -21,7 +21,7 @@ source-repository head type: git- location: https://github.com/https://www.github.com/System-Indystress/ForkableMonad+ location: https://github.com/System-Indystress/ForkableMonad library hs-source-dirs: