AbortT-transformers 1.0 → 1.0.0.1
raw patch · 1 files changed
+5/−3 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
AbortT-transformers.cabal view
@@ -1,18 +1,20 @@ Name: AbortT-transformers-Version: 1.0+Version: 1.0.0.1 License: BSD3 License-file: LICENSE Author: Gregory Crosswhite-Maintainer: Gregory Crosswhite <gcross@phys.washington.edu>+Maintainer: Gregory Crosswhite <gcrosswhite@gmail.com> Stability: Provisional Homepage: http://github.com/gcross/AbortT-transformers Synopsis: A monad and monadic transformer providing "abort" functionality Description: This module provides a monad and a monad transformer that allow the user to abort a monadic computation and immediately return a result.+ .+ New in version 1.0.1: Bumped the transformers dependencies and updated the maintainer's e-mail address. Cabal-version: >=1.2.3 Build-type: Simple Category: Control Library Build-depends: base >= 3 && < 5,- transformers >= 0.2 && <0.3+ transformers >= 0.2 && < 0.4 Exposed-modules: Control.Monad.Trans.Abort