diff --git a/HaVSA.cabal b/HaVSA.cabal
--- a/HaVSA.cabal
+++ b/HaVSA.cabal
@@ -1,9 +1,15 @@
 -- cabal configure --prefix=$HOME --user
 -- cabal build
 name:                HaVSA
-version:             0.1.0.1
-synopsis:            <Project description>
-description:         <Project description>
+version:             0.1.0.2
+synopsis:            An implementation of the Version Space Algebra learning framework.
+description:         HaVSA (Have-Saa) is a Haskell implementation of the Version Space
+                     Algebra Machine Learning technique described by Tessa Lau.  The
+                     canonical description is in:
+                     .
+                     Tessa Lau, Steven Wolfman, Pedro Domingos, and Daniel S. Weld,
+                     Programming by Demonstration using Version Space Algebra,
+                     Machine Learning, 2003. (http://tlau.org/research/papers/mlj01-draft.pdf)
 category:            AI
 license:             BSD3
 License-file:        LICENSE
