packages feed

polysemy-resume 0.3.0.0 → 0.4.0.0

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~incipit-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: incipit-core

API changes (from Hackage documentation)

- Polysemy.Resume: stop :: forall e_a4zT r_a5O5 a_a4zV. MemberWithError (Stop e_a4zT) r_a5O5 => e_a4zT -> Sem r_a5O5 a_a4zV
+ Polysemy.Resume: stop :: forall e_a4A5 r_a5Oh a_a4A7. MemberWithError (Stop e_a4A5) r_a5Oh => e_a4A5 -> Sem r_a5Oh a_a4A7

Files

lib/Polysemy/Resume/Resumable.hs view
@@ -2,6 +2,7 @@  module Polysemy.Resume.Resumable where +import Polysemy.Error (Error (Throw)) import Polysemy.Internal (Sem (Sem, runSem), liftSem, usingSem) import Polysemy.Internal.CustomErrors (FirstOrder) import Polysemy.Internal.Tactics (liftT, runTactics)
polysemy-resume.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           polysemy-resume-version:        0.3.0.0+version:        0.4.0.0 synopsis:       Polysemy error tracking description:    Please see the readme on Github at <https://github.com/tek/polysemy-resume> category:       Experimental@@ -90,7 +90,7 @@   ghc-options: -flate-specialise -fspecialise-aggressively -Wall   build-depends:       base ==4.*-    , incipit-core >=0.1+    , incipit-core >=0.2     , polysemy >=1.6     , transformers   mixins: