errors-ext 0.1.2 → 0.1.3
raw patch · 2 files changed
+4/−13 lines, 2 files
Files
- errors-ext.cabal +3/−3
- src/Control/Error/Extensions.hs +1/−10
errors-ext.cabal view
@@ -1,7 +1,7 @@ name: errors-ext-version: 0.1.2-synopsis: A bracket function for ExceptT over IO monad.-description: A bracket function for ExceptT over IO monad.+version: 0.1.3+synopsis: Bracket-like functions for ExceptT over IO monad.+description: Bracket-like functions for ExceptT over IO monad. homepage: https://github.com/A1-Triard/errors-ext#readme license: Apache license-file: LICENSE
src/Control/Error/Extensions.hs view
@@ -14,16 +14,7 @@ -- limitations under the License. -- --- |--- Module : Control.Error.Extensions--- Copyright : (c) 2007 Warlock <internalmike@gmail.com>------ License : Apache--- Maintainer : internalmike@gmail.com--- Stability : experimental--- Portability : GHC------ A bracket function for 'ExceptT' over 'IO' monad.+-- | This module exports bracket-like functions for 'ExceptT' over 'IO' monad. -- module Control.Error.Extensions