diff --git a/cabal-ghc-dynflags.cabal b/cabal-ghc-dynflags.cabal
--- a/cabal-ghc-dynflags.cabal
+++ b/cabal-ghc-dynflags.cabal
@@ -1,7 +1,10 @@
 name:                cabal-ghc-dynflags
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Conveniently configure GHC's dynamic flags for use with Cabal projects
-description:         See Haddocks in 'GHC.Cabal' for details.
+description:         One of the challenges of using the GHC API for external tooling
+                     is handling integration with Cabal. This library provides a simple
+                     interface for configuring GHC's dynamic flags as Cabal would have,
+                     allowing seamless tooling use on Cabal projects.
 homepage:            http://github.com/bgamari/cabal-ghc-dynflags
 license:             BSD3
 license-file:        LICENSE
