diff --git a/Guess/Combinator.hs b/Guess/Combinator.hs
--- a/Guess/Combinator.hs
+++ b/Guess/Combinator.hs
@@ -4,13 +4,13 @@
   FunctionalDependencies, TypeSynonymInstances, FlexibleInstances, 
   FlexibleContexts, NoMonomorphismRestriction #-}
 
-module Guess.Combinator (combinator) where
-
--- ^ Guess a value for a combinator
+-- | Guess a value for a combinator
 -- 
 -- Based on De-typechecker: converting from a type to a term
 -- by <oleg at pobox.com>
 -- http://www.haskell.org/pipermail/haskell/2005-March/015423.html
+
+module Guess.Combinator (combinator) where
 
 import Guess.Combinator.Lib
 
diff --git a/guess-combinator.cabal b/guess-combinator.cabal
--- a/guess-combinator.cabal
+++ b/guess-combinator.cabal
@@ -1,5 +1,5 @@
 Name:                guess-combinator
-Version:             0.1
+Version:             0.1.1
 Synopsis:            Generate simple combinators given their type
 description:         Based on De-typechecker: converting from a type to a term
                      by <oleg at pobox.com>
