writer-cps-mtl 0.1.1.3 → 0.1.1.4
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Control/Monad/RWS/CPS.hs +1/−1
- writer-cps-mtl.cabal +2/−2
src/Control/Monad/RWS/CPS.hs view
@@ -79,4 +79,4 @@ catchError = CPS.liftCatch catchError instance MonadCont m => MonadCont (RWST r w s m) where- callCC = CPS.liftCallCC callCC+ callCC = CPS.liftCallCC' callCC
writer-cps-mtl.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.17.0.+-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: writer-cps-mtl-version: 0.1.1.3+version: 0.1.1.4 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE