monads-tf 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- monads-tf.cabal +3/−2
monads-tf.cabal view
@@ -1,5 +1,5 @@ name: monads-tf-version: 0.1.0.1+version: 0.1.0.2 license: BSD3 license-file: LICENSE author: Andy Gill@@ -40,7 +40,8 @@ Control.Monad.Writer.Class Control.Monad.Writer.Lazy Control.Monad.Writer.Strict- build-depends: base < 6, transformers >= 0.2.0.0 && < 0.4+ build-depends: base < 6, transformers >= 0.2.0.0 && < 0.5 extensions: FlexibleContexts TypeFamilies+ exposed: False