diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
 0.1
 
-* System.IO.Lazy.T: remove MonadIO instance,
-liftIO did not satisfy MonadIO laws.
-You must use the new function LazyIO.interleave instead.
-A positive side-effect is that you do not need
-to depend explicitly on 'transformers' anymore.
+* System.IO.Lazy.T: remove MonadIO instance
+
+  liftIO did not satisfy MonadIO laws.
+  You must use the new function LazyIO.interleave instead.
+  A positive side-effect is that you do not need
+  to depend explicitly on 'transformers' anymore.
diff --git a/lazyio.cabal b/lazyio.cabal
--- a/lazyio.cabal
+++ b/lazyio.cabal
@@ -1,5 +1,5 @@
 Name:             lazyio
-Version:          0.1.0.2
+Version:          0.1.0.3
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -27,7 +27,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/lazyio/
-  tag:      0.1.0.2
+  tag:      0.1.0.3
 
 Flag splitBase
   description: Choose the new smaller, split-up base package.
