diff --git a/json-tracer.cabal b/json-tracer.cabal
--- a/json-tracer.cabal
+++ b/json-tracer.cabal
@@ -1,11 +1,11 @@
 name:                json-tracer
-version:             0.0.1.0
--- synopsis:
+version:             0.0.1.1
+synopsis:            A polymorphic, type-safe, json-structured tracing library
 description:         
     .
-    An polymorphic, type-safe, structured tracing library.
+    A polymorphic, type-safe, structured tracing library.
 
-homepage:            https://github.com/autotaker/jsontracer#readme
+homepage:            https://github.com/autotaker/json-tracer#readme
 license:             BSD3
 license-file:        LICENSE
 author:              Taku Terao
@@ -18,7 +18,7 @@
 
 library
   hs-source-dirs:      src
-  ghc-options:         -O2 -W
+  ghc-options:         -W
   exposed-modules:     Data.PolyDict
                      , Control.Monad.Trans.CTrace
                      , Control.Monad.CTrace
@@ -82,4 +82,4 @@
 
 source-repository head
   type:     git
-  location: https://github.com/autotaker/jsontracer
+  location: https://github.com/autotaker/json-tracer
