packages feed

safe-failure 0.5.0.1 → 0.5.0.2

raw patch · 1 files changed

+2/−2 lines, 1 files

Files

safe-failure.cabal view
@@ -1,7 +1,7 @@ Name:           safe-failure Build-Type:     Simple Cabal-Version:  >= 1.2-Version:        0.5.0.1+Version:        0.5.0.2 License:        BSD3 License-File:   LICENSE Copyright:      2007-8, Neil Mitchell@@ -9,7 +9,7 @@ Author:         Neil Mitchell, Jose Iborra (2009), Michael Snoyman (2009) Homepage:       http://www-users.cs.york.ac.uk/~ndm/safe/ Category:       Failure-Synopsis:       Library for safe functions+Synopsis:       Library for safe functions (deprecated) Description:     Partial functions from the base library, such as @head@ and @!!@, modified     to fail in a @Failure@.