packages feed

lazyio 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+8/−7 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,7 +1,8 @@ 0.1 -* System.IO.Lazy.T: remove MonadIO instance,-liftIO did not satisfy MonadIO laws.-You must use the new function LazyIO.interleave instead.-A positive side-effect is that you do not need-to depend explicitly on 'transformers' anymore.+* System.IO.Lazy.T: remove MonadIO instance++  liftIO did not satisfy MonadIO laws.+  You must use the new function LazyIO.interleave instead.+  A positive side-effect is that you do not need+  to depend explicitly on 'transformers' anymore.
lazyio.cabal view
@@ -1,5 +1,5 @@ Name:             lazyio-Version:          0.1.0.2+Version:          0.1.0.3 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>@@ -27,7 +27,7 @@ Source-Repository this   type:     darcs   location: http://code.haskell.org/~thielema/lazyio/-  tag:      0.1.0.2+  tag:      0.1.0.3  Flag splitBase   description: Choose the new smaller, split-up base package.