diff --git a/lambda-calculator.cabal b/lambda-calculator.cabal
--- a/lambda-calculator.cabal
+++ b/lambda-calculator.cabal
@@ -4,15 +4,15 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 089fe9b55bbab6cbfceb1623b5f1eb4f8c706b39fa51ad2d87957cefea80301c
+-- hash: 4320ff01290c0c866383cba3463f4090d1413eb4efc9bff24cfae0496fd819f5
 
 name:           lambda-calculator
-version:        3.0.0
+version:        3.0.0.1
 synopsis:       A lambda calculus interpreter
-description:    Please see README.md
+description:    A simple implementation of the Untyped Lambda Calculus
 category:       LambdaCalculus,Language,Teaching
-homepage:       https://github.com/sgillespie/lambda-calculus#readme
-bug-reports:    https://github.com/sgillespie/lambda-calculus/issues
+homepage:       https://github.com/sgillespie/lambda-calculator#readme
+bug-reports:    https://github.com/sgillespie/lambda-calculator/issues
 author:         Sean D Gillespie
 maintainer:     sean@mistersg.net
 copyright:      2016 Sean Gillespie
@@ -22,7 +22,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/sgillespie/lambda-calculus
+  location: https://github.com/sgillespie/lambda-calculator
 
 library
   exposed-modules:
