diff --git a/example.hs b/example.hs
--- a/example.hs
+++ b/example.hs
@@ -15,6 +15,7 @@
   where
     loop i = do
         withTransaction "test" def (\tid -> do
+            withTransaction "inu" def (const $ threadDelay (10^5))
             genericSegment autoScope "neko" (threadDelay (10^5)) tid
             when (i `mod`  97 == 0) $ ioError $ userError "user error!"
             when (i `mod` 101 == 0) $ throwIO Overflow
diff --git a/helics.cabal b/helics.cabal
--- a/helics.cabal
+++ b/helics.cabal
@@ -1,5 +1,5 @@
 name:                helics
-version:             0.1.1
+version:             0.1.2
 synopsis:            New Relic® agent SDK wrapper for Haskell.
 description:         
   New Relic® agent SDK wrapper for Haskell.
@@ -15,12 +15,14 @@
 
 license:             MIT
 license-file:        LICENSE
-author:              HirotomoMoriwaki
-maintainer:          philopon.dependence@gmail.com
--- copyright:           
+author:              HirotomoMoriwaki<philopon.dependence@gmail.com>
+maintainer:          HirotomoMoriwaki<philopon.dependence@gmail.com>
+Homepage:            https://github.com/philopon/helics
+Bug-reports:         https://github.com/philopon/helics/issues
+copyright:           (c) 2014 Hirotomo Moriwaki
 category:            Network
+stability:           experimental
 build-type:          Custom
--- extra-source-files:
 cabal-version:       >=1.10
 
 flag example
