typed-session-state-algorithm 0.4.2.2 → 0.4.2.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
src/TypedSession/State/Pipeline.hs view
@@ -228,7 +228,7 @@ Nothing -> modify (IntMap.insert from' ft) Just ft1 -> when (ft1 /= ft) (throwError @(ProtocolError r bst) AStateOnlyBeUsedForTheSamePair) , \_ -> pure ()- , \_ -> pure id+ , \_ -> pure (restoreWrapper @(IntMap (r, r))) , \_ -> pure () , \_ -> pure () , \_ -> pure ()
typed-session-state-algorithm.cabal view
@@ -20,7 +20,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.4.2.2+version: 0.4.2.3 -- A short (one-line) description of the package. synopsis: Automatically generate status for typed-session.