diff --git a/leaky.cabal b/leaky.cabal
--- a/leaky.cabal
+++ b/leaky.cabal
@@ -1,10 +1,12 @@
 
 name:                leaky
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Robust space leak, and its strictification
 description:         Robust space leak, and its strictification, for testing <http://hackage.haskell.org/package/deepseq-bounded deepseq-bounded> and <http://hackage.haskell.org/package/seqaid seqaid>.
                      .
                      See also the project <http://www.fremissant.net/leaky homepage> for more information.
+                     .
+                     Please share your comments on this <http://www.reddit.com/r/haskell/comments/2pscxh/ann_deepseqbounded_seqaid_leaky/ reddit> discussion.
 license:             BSD3
 license-file:        LICENSE
 author:              Andrew Seniuk
@@ -51,9 +53,7 @@
 --Default:     False
 
 Flag OMNITYPIC
-  Description: Blanket seqaid harness at subexpressions of all possible types.
-               .
-               Shouldn't need a Cabal flag for this, but it's the same problem of casing over integer values for a macro (in a .cabal file). So this need not be orthogonal to FORCING_STRATEGY, but this way it is ... which is okay, actually. (Can then test interactions with other FS=0..6.)
+  Description: Blanket seqaid harness at subexpressions of all possible types. Shouldn't need a Cabal flag for this, but it's the same problem of casing over integer values for a macro (in a .cabal file). So this need not be orthogonal to FORCING_STRATEGY, but this way it is ... which is okay, actually. (Can then test interactions with other FS=0..6.)
 --Default:     True
   Default:     False
 
