diff --git a/lensref.cabal b/lensref.cabal
--- a/lensref.cabal
+++ b/lensref.cabal
@@ -1,5 +1,5 @@
 name:               lensref
-version:            0.1.0.1
+version:            0.1.0.2
 category:           Control, Data
 synopsis:           References which can be joined and on which lenses can be applied
 description:
@@ -9,14 +9,18 @@
     -The pure implementation is slow and has memory leaks but probably easier to follow.
     This is the reference implementation, so if the the other implementation
     differs this has the right behaviour.
+    .
     -The fast implementation is intended for real usage.
     .
     Status:
     .
     -The interface is getting stable. You can expect more functionality and minor changes on current functionality.
+    .
     -There are test cases for the first half of the interface.
     Both implementations fulfil the test cases.
+    .
     -The pure implementation is ready.
+    .
     -The fast implementation is much faster than the pure implementation,
     but it is far from being as fast as possible.
     Probably it also leaks memory.
@@ -26,8 +30,11 @@
     For more information visit the following links:
     .
     -<http://www.haskell.org/haskellwiki/LGtk haskell.org wiki page>
+    .
     -<http://lgtk.wordpress.com/ Wordpress blog>
+    .
     -<https://github.com/divipp/lensref GitHub repository>
+    .
     -<http://hackage.haskell.org/package/lensref Haddock documentation (this page)>
 stability:          experimental
 license:            BSD3
