packages feed

reflection-without-remorse 0.9.1 → 0.9.2

raw patch · 4 files changed

+8/−7 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,2 +1,3 @@-+0.9.2: Fixed stupid spelling error+0.9.1: Small docs fix 0.9: Initial version
Control/Monad/Free/Reflectable.hs view
@@ -9,7 +9,7 @@ -- Stability   :  provisional -- Portability :  portable -- A free monad that supports alternating between building and observing.--- It supports all operatorions ('>>=', 'return', 'fromView' and 'toView') in worst case constant time.+-- It supports all operations ('>>=', 'return', 'fromView' and 'toView') in worst case constant time. -- -- See the paper Reflection without Remorse: Revealing a hidden sequence to speed up Monadic Reflection, Atze van der Ploeg and Oleg Kiselyov, Haskell Symposium 2014 -- for more details.
Control/Monad/Operational/Reflectable.hs view
@@ -10,7 +10,7 @@ -- Stability   :  provisional -- Portability :  portable -- An operational monad that supports alternating between building and observing.--- It supports all operatorions ('>>=', 'return', 'fromView' and 'toView') in worst case constant time.+-- It supports all operations ('>>=', 'return', 'fromView' and 'toView') in worst case constant time. -- -- See the paper Reflection without Remorse: Revealing a hidden sequence to speed up Monadic Reflection, Atze van der Ploeg and Oleg Kiselyov, Haskell Symposium 2014 -- for more details.
reflection-without-remorse.cabal view
@@ -1,7 +1,7 @@ Name:                reflection-without-remorse-Version:             0.9.1-Synopsis:	         Efficient free and operational monads. -Description:         Free and operational monads that efficiently support alternating between building and observing.+Version:             0.9.2+Synopsis:	         Efficient free and operational monads.+Description:         Free and operational monad that efficiently support alternating between building and observing. License:             BSD3 License-file:        LICENSE Author:              Atze van der Ploeg@@ -10,7 +10,7 @@ Build-Type:          Simple Cabal-Version:       >=1.6 Data-files:          ChangeLog-Category:            Control, Monads+Category:            Data, Data Structures Tested-With:         GHC==7.6.3 Library   Build-Depends: base >= 2 && <= 6, type-aligned