diff --git a/streaming.cabal b/streaming.cabal
--- a/streaming.cabal
+++ b/streaming.cabal
@@ -1,8 +1,8 @@
 name:                streaming
-version:             0.1.3.0
+version:             0.1.3.1
 cabal-version:       >=1.10
 build-type:          Simple
-synopsis:            an elementary streaming prelude and a general monad transformer for streaming applications.
+synopsis:            an elementary streaming prelude and a general stream type.
 
 description:         @Streaming.Prelude@ exports an elementary streaming prelude relating to 
                      an elementary source\/generator\/producer type, @Stream (Of a) m r@. 
@@ -18,10 +18,10 @@
                      lists in the Haskell @Prelude@ and @Data.List@. Once one sees 
                      the necessity of some such type if we are to
                      express a properly streaming equivalent of e.g.
-                     
+                     .
                      > groups :: Ord a => [a] -> [[a]]
                      > chunksOf :: Int -> [a] -> [[a]]
-                     
+                     .
                      and the like, then one will also see that, with it, 
                      one is already in possession of a complete
                      elementary streaming library. The present @Streaming.Prelude@ is the
