diff --git a/cabal-test-bin.cabal b/cabal-test-bin.cabal
--- a/cabal-test-bin.cabal
+++ b/cabal-test-bin.cabal
@@ -2,12 +2,18 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                cabal-test-bin
-version:             0.1.0
+version:             0.1.1
 synopsis:            A program for finding temporary build file during cabal-test.
-description:         cabal-test-bin finds exe-file for "cabal install --enable-tests --run-tests" or "cabal test".
-                     When a project uses cabal-sandbox, 
-                     cabal-test-bin checks both <project root>/dist/dist-sandbox-<hash>/build/<exe-file>/<exe-file> 
-                     and <project root>/dist/build/<exe-file>/<exe-file>.
+description:         cabal-test-bin finds exe-file for 
+                     > cabal install --enable-tests --run-tests
+                     and
+                     > cabal test
+                     .
+                     When a project uses cabal-sandbox, cabal-test-bin checks both 
+                     > <project root>/dist/dist-sandbox-<hash>/build/<exe-file>/<exe-file> 
+                     and 
+                     > <project root>/dist/build/<exe-file>/<exe-file>
+                     .
                      
 license:             BSD3
 license-file:        LICENSE
