simple-effects 0.7.0.1 → 0.7.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Control.Effects.Signal: data SomeSignal
Files
simple-effects.cabal view
@@ -1,5 +1,5 @@ name: simple-effects -version: 0.7.0.1 +version: 0.7.0.2 synopsis: A simple effect system that integrates with MTL description: Please see README.md homepage: https://gitlab.com/LukaHorvat/simple-effects
src/Control/Effects/Signal.hs view
@@ -6,7 +6,7 @@ ( MonadEffectSignal(..), ResumeOrBreak(..), throwSignal, handleSignal , Throws, handleException, handleToEither, module Control.Effects , module Control.Monad.Trans.Except, MaybeT(..), discardAllExceptions, showAllExceptions - , Handles(..), handleToEitherRecursive ) where + , Handles(..), handleToEitherRecursive, SomeSignal ) where import Import import Control.Monad.Trans.Except