diff --git a/stm-hamt.cabal b/stm-hamt.cabal
--- a/stm-hamt.cabal
+++ b/stm-hamt.cabal
@@ -1,12 +1,12 @@
 name:          stm-hamt
-version:       1.2.0.12
+version:       1.2.0.13
 synopsis:      STM-specialised Hash Array Mapped Trie
 description:
   A low-level data-structure,
   which can be used to implement higher-level interfaces like
   hash-map and hash-set.
-  Such implementations are presented by
-  <http://hackage.haskell.org/package/stm-containers the "stm-containers" library>.
+  Such implementations are presented by the
+  <http://hackage.haskell.org/package/stm-containers stm-containers>.
 
 category:      Data Structures, STM, Concurrency
 homepage:      https://github.com/nikita-volkov/stm-hamt
