diff --git a/errors-ext.cabal b/errors-ext.cabal
--- a/errors-ext.cabal
+++ b/errors-ext.cabal
@@ -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
diff --git a/src/Control/Error/Extensions.hs b/src/Control/Error/Extensions.hs
--- a/src/Control/Error/Extensions.hs
+++ b/src/Control/Error/Extensions.hs
@@ -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
