diff --git a/src/Text/Show/Unicode.hs b/src/Text/Show/Unicode.hs
--- a/src/Text/Show/Unicode.hs
+++ b/src/Text/Show/Unicode.hs
@@ -20,7 +20,6 @@
 @
 $ __ghci__
 ...
-Ok, modules loaded: Text.Show.Unicode.
 > __["哈斯克尔7.6.1"]__
 ["\\21704\\26031\\20811\\23572\\&7.6.1"]
 >
diff --git a/unicode-show.cabal b/unicode-show.cabal
--- a/unicode-show.cabal
+++ b/unicode-show.cabal
@@ -1,5 +1,5 @@
 name:                unicode-show
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            print and show in unicode
 description:
             This package provides variants of 'show' and 'print' functions that does not escape non-ascii characters.
