packages feed

exception-monads-tf 0.2 → 0.3

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~exception-transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: exception-transformers

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2008-2010+Copyright (c) 2008-2011         The President and Fellows of Harvard College.  Redistribution and use in source and binary forms, with or without
exception-monads-tf.cabal view
@@ -1,5 +1,5 @@ name:           exception-monads-tf-version:        0.2+version:        0.3 cabal-version:  >= 1.6 license:        BSD3 license-file:   LICENSE@@ -21,7 +21,7 @@    build-depends:     base >= 4 && < 5,-    exception-transformers >= 0.2 && < 0.3,+    exception-transformers >= 0.3 && < 0.4,     monads-tf >= 0.1 && < 0.2,     transformers >=0.2 && <0.3