monad-control 0.3.1 → 0.3.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- monad-control.cabal +3/−3
monad-control.cabal view
@@ -1,5 +1,5 @@ Name: monad-control-Version: 0.3.1+Version: 0.3.1.1 Synopsis: Lift control operations, like exception catching, through monad transformers License: BSD3 License-file: LICENSE@@ -27,7 +27,7 @@ and exploits the @RankNTypes@ and @TypeFamilies@ language extensions to simplify and speedup most definitions. .- The following @critertion@ based benchmark shows that @monad-control@ is on+ The following @criterion@ based benchmark shows that @monad-control@ is on average about 99% faster than @monad-peel@: . @git clone <https://github.com/basvandijk/bench-monad-peel-control>@@@ -58,7 +58,7 @@ Build-depends: base >= 3 && < 4.6 , base-unicode-symbols >= 0.1.1 && < 0.3- , transformers >= 0.2 && < 0.3+ , transformers >= 0.2 && < 0.4 , transformers-base >= 0.4.1 && < 0.5 Ghc-options: -Wall