diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -6,8 +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. The main
-remaining obstacle is formatting for comments.
+a work-in-progress, but it can handle a subset 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.10
+version:             0.2.0.12
 synopsis:            A source-code formatter for ATS
 description:         An opinionated source-code formatter for [ATS](http://www.ats-lang.org/).
 license:             BSD3
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,5 +1,5 @@
 ---
-resolver: lts-10.3
+resolver: lts-10.4
 packages:
   - '.'
 extra-deps:
@@ -9,7 +9,7 @@
   - dirstream-1.0.3
   - hspec-dirstream-0.3.0.0
   - cli-setup-0.1.0.3
-  - language-ats-0.1.1.11
+  - language-ats-0.2.0.0
 flags:
   ats-format:
     development: false
