diff --git a/hasql.cabal b/hasql.cabal
--- a/hasql.cabal
+++ b/hasql.cabal
@@ -1,14 +1,14 @@
 name:
   hasql
 version:
-  0.1.1
+  0.1.2
 synopsis:
   A minimalistic general high level API for relational databases
 description:
   A robust and concise yet powerful API for communication with arbitrary
   relational databases. 
   .
-  __Features__:
+  Features:
   .
   * Concise and crisp API. Just a few functions and two monads doing all the
   boilerplate job for you.
@@ -38,9 +38,9 @@
   .
   * Mapping to any types actually supported by the backend.
   .
-  __Links__:
+  Links:
   .
-  * <../src/demo/Main.hs A basic tutorial-demo>
+  * <src/demo/Main.hs A basic tutorial-demo>
   .
   * <http://hackage.haskell.org/package/hasql-postgres A PostgreSQL backend>
   .
