diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 # shake-ext
 
 Several extensions to [shake](http://shakebuild.com/), including facilities for
-building ATS and Haskell, as well as various linters.
+building Haskell, as well as various linters. This package includes functions to
+determine dependencies automatically from `.cabal` files.
diff --git a/shake-ext.cabal b/shake-ext.cabal
--- a/shake-ext.cabal
+++ b/shake-ext.cabal
@@ -1,5 +1,5 @@
 name:                shake-ext
-version:             2.0.0.0
+version:             2.0.0.1
 synopsis:            Helper functions for linting with shake 
 description:         This package provides several linters out of the box, for use with [shake](http://shakebuild.com/).
 homepage:            https://hub.darcs.net/vmchale/shake-ext
