Skip to content

Commit

Permalink
Bumped the transformers dependencies and updated the e-mail address.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcross committed Jul 9, 2012
1 parent 02946e0 commit adc762e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions AbortT-transformers.cabal
@@ -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

0 comments on commit adc762e

Please sign in to comment.