diff --git a/doctest-prop.cabal b/doctest-prop.cabal
--- a/doctest-prop.cabal
+++ b/doctest-prop.cabal
@@ -1,25 +1,26 @@
--- Initial doctest-prop.cabal generated by cabal init.  For further 
+-- Initial doctest-prop.cabal generated by cabal init.  For further
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                doctest-prop
-version:             0.2
+version:             0.2.0.1
 synopsis:            Allow QuickCheck-style property testing within doctest.
-description:         
-
-  This package allows you to write QuickCheck properties and HUnit
-  assertions within doctest, using functions that keep silence when
-  test succeeds and print out the test outputs otherwise.  
+description:
+            __Please use    <https://hackage.haskell.org/package/doctest doctest>            that supports            <https://github.com/sol/doctest#quickcheck-properties  QuickCheck properties>.__
+            .
+            This package allows you to write QuickCheck properties and HUnit
+            assertions within doctest, using functions that keep silence when
+            test succeeds and print out the test outputs otherwise.
   .
-  To enjoy behavior driven development in Haskell, first import
-  @Test.DocTest.Prop@, and use @prop@, @propWith@ and @unit@ to write
-  in-place tests. For more details, please refer to examples in the
-  module @Test.DocTest.Prop@ .
+            To enjoy behavior driven development in Haskell, first import
+            @Test.DocTest.Prop@, and use @prop@, @propWith@ and @unit@ to write
+            in-place tests. For more details, please refer to examples in the
+            module @Test.DocTest.Prop@ .
 
 license:             MIT
 license-file:        LICENSE
 author:              Takayuki Muranushi
 maintainer:          muranushi@gmail.com
--- copyright:           
+-- copyright:
 category:            Testing
 build-type:          Simple
 cabal-version:       >=1.8
@@ -44,4 +45,3 @@
 source-repository head
   type:              git
   location:          git://github.com/nushio3/doctest-prop.git
-  
