diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 <img alt="Screenshot of sample results" src=https://github.com/vmchale/ats-format/raw/master/atsfmt2.png>
 
 This is a code formatter for [ATS](http://www.ats-lang.org/). It is
-a work-in-progress, but it can handle a subset of the language already.
+a work-in-progress, but it can handle a good portion of the language already.
 
 If you find something that's not listed in `TODO.md` feel free to open
 an issue. Code samples that were formatted into something ugly are also welcome.
diff --git a/ats-format.cabal b/ats-format.cabal
--- a/ats-format.cabal
+++ b/ats-format.cabal
@@ -1,5 +1,5 @@
 name:                ats-format
-version:             0.2.0.12
+version:             0.2.0.13
 synopsis:            A source-code formatter for ATS
 description:         An opinionated source-code formatter for [ATS](http://www.ats-lang.org/).
 license:             BSD3
@@ -47,8 +47,6 @@
                      , unordered-containers
                      , process
                      , file-embed
-  build-tools:         happy
-                     , alex
   default-language:    Haskell2010
   if flag(development)
     ghc-options:       -Werror
