control-monad-failure-mtl 0.6.0 → 0.7.0
raw patch · 2 files changed
+2/−3 lines, 2 filesdep ~failurePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: failure
API changes (from Hackage documentation)
Files
Control/Monad/Failure/MTL.hs view
@@ -16,7 +16,6 @@ import Control.Monad.Writer.Strict as Strict import Control.Monad.RWS.Lazy as Lazy import Control.Monad.RWS.Strict as Strict-import Data.Monoid -- ----------------------- -- MonadFailure Instances
control-monad-failure-mtl.cabal view
@@ -1,5 +1,5 @@ name: control-monad-failure-mtl-version: 0.6.0+version: 0.7.0 Cabal-Version: >= 1.6 build-type: Simple license: PublicDomain@@ -14,7 +14,7 @@ Library buildable: True build-depends: base >= 4 && < 5,- failure >= 0.0.0 && < 0.1,+ failure >= 0.1.0 && < 0.2, mtl >= 1.1.0.2 && < 1.2 ghc-options: -Wall extensions: MultiParamTypeClasses, FlexibleInstances