lazyio 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~transformersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: transformers
API changes (from Hackage documentation)
- System.IO.Lazy: instance Applicative T
- System.IO.Lazy: instance Functor T
- System.IO.Lazy: instance Monad T
- System.IO.Lazy: instance Show RunAll
+ System.IO.Lazy: instance GHC.Base.Applicative System.IO.Lazy.T
+ System.IO.Lazy: instance GHC.Base.Functor System.IO.Lazy.T
+ System.IO.Lazy: instance GHC.Base.Monad System.IO.Lazy.T
+ System.IO.Lazy: instance GHC.Show.Show System.IO.Lazy.RunAll
Files
- lazyio.cabal +3/−3
lazyio.cabal view
@@ -1,5 +1,5 @@ Name: lazyio-Version: 0.1.0.1+Version: 0.1.0.2 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.1+ tag: 0.1.0.2 Flag splitBase description: Choose the new smaller, split-up base package.@@ -39,7 +39,7 @@ Library Build-Depends: unsafe >=0.0 && <0.1,- transformers >=0.2 && <0.5+ transformers >=0.2 && <0.6 If flag(splitBase) Build-Depends: base >=2 && <5 Else