diff --git a/test/tryLog.hs b/test/tryLog.hs
--- a/test/tryLog.hs
+++ b/test/tryLog.hs
@@ -13,7 +13,7 @@
 			n <- 8 `devide` 3 :: Try (Log String Int) (Log String Int) Int
 			(15 `devide` 0) `catch` \e -> tell e >> pure (n + 0)
 	putStr $ message l
-	putStrLn . showSDocUnsafe $ ppr l
+--	putStrLn . showSDocUnsafe $ ppr l
 	print r
 
 devide :: forall s . (IsString s, Message s) => Int -> Int -> Try (Log s Int) (Log s Int) Int
diff --git a/typecheck-plugin-nat-simple.cabal b/typecheck-plugin-nat-simple.cabal
--- a/typecheck-plugin-nat-simple.cabal
+++ b/typecheck-plugin-nat-simple.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 47d50fd8bbf70a48e28fb7db828acf874d42733c496f3201d43f2d9868c578f6
+-- hash: b4a2c9232ca43b64c02fc5bd936fda1c23ff88e928a128aeda1ed33a6ff0c5c1
 
 name:           typecheck-plugin-nat-simple
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Simple type check plugin which calculate addition, subtraction and less-or-equal-than
 description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/typecheck-plugin-nat-simple#readme>
 category:       Compiler Plugin
