diff --git a/ginger.cabal b/ginger.cabal
--- a/ginger.cabal
+++ b/ginger.cabal
@@ -2,9 +2,10 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                ginger
-version:             0.1.1.0
+version:             0.1.1.1
 synopsis:            An implementation of the Jinja2 template language in Haskell
--- description:         
+description:         Ginger is Jinja, minus the most blatant pythonisms. Wants
+                     to be feature complete, but isn't quite there yet.
 homepage:            https://bitbucket.org/tdammers/ginger
 license:             MIT
 license-file:        LICENSE
@@ -54,4 +55,3 @@
                  , text
                  , transformers
                  , unordered-containers >= 0.2.5
-    GHC-options: -O0
