contstuff-transformers 0.1.0 → 0.1.1
raw patch · 1 files changed
+4/−9 lines, 1 filesdep ~contstuffPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: contstuff
API changes (from Hackage documentation)
Files
contstuff-transformers.cabal view
@@ -1,7 +1,7 @@ Name: contstuff-transformers-Version: 0.1.0+Version: 0.1.1 Category: Control, Monads-Synopsis: ContStuff instances for transformers and vice-versa+Synopsis: Deprecated interface between contstuff 0.7.0 and the transformers package Maintainer: Ertugrul Söylemez <es@ertes.de> Author: Ertugrul Söylemez <es@ertes.de> Copyright: (c) 2010 Ertugrul Söylemez@@ -12,17 +12,12 @@ Cabal-version: >= 1.6 Description: - This package provides contstuff transformer class instances for the- monad transformers from the transformers package as well as- transformers class instances for the monad transformers from- contstuff. This makes using both transformer libraries in a single- project much more convenient as you get along with a single set of- lifting functions.+ This package is now deprecated. Use the latest 'contstuff' package. Library Build-depends: base >= 4 && <= 5,- contstuff >= 0.7.0,+ contstuff >= 0.7.0 && < 1.0.0, transformers >= 0.2.2.0 GHC-Options: -W Extensions: