diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -8,6 +8,8 @@
 Replays][] parses tens of thousands of replays with it. Octane parses most
 replays in less than 5 seconds. It outputs easy-to-read JSON.
 
+If you also want to generate replays, consider using [Rattletrap][] instead.
+
 Octane has a command-line interface. To get it, download and unpack [the latest
 release][] for your platform. You can run the executable one of three ways:
 
@@ -53,5 +55,6 @@
 [build]: https://travis-ci.org/tfausak/octane
 [Rocket League]: http://www.rocketleaguegame.com
 [Rocket League Replays]: https://www.rocketleaguereplays.com/replays/
+[Rattletrap]: https://github.com/tfausak/rattletrap
 [the latest release]: https://github.com/tfausak/octane/releases/latest
 [Rocket League Replays wiki]: https://github.com/rocket-league-replays/rocket-league-replays/wiki/Rocket-League-Replay-Parsers
diff --git a/octane.cabal b/octane.cabal
--- a/octane.cabal
+++ b/octane.cabal
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.14.0.
+-- This file has been generated from package.yaml by hpack version 0.17.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           octane
-version:        0.18.2
+version:        0.18.3
 synopsis:       Parse Rocket League replays.
 description:    Octane parses Rocket League replays.
 category:       Game
@@ -32,7 +32,7 @@
       library
   ghc-options: -Wall
   build-depends:
-      aeson >=0.11 && <1.2
+      aeson >=0.11 && <1.3
     , base ==4.9.*
     , bimap ==0.3.*
     , binary ==0.8.*
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -26,7 +26,7 @@
 github: tfausak/octane
 library:
   dependencies:
-  - aeson >=0.11 && <1.2
+  - aeson >=0.11 && <1.3
   - base ==4.9.*
   - bimap ==0.3.*
   - binary ==0.8.*
@@ -44,4 +44,4 @@
 maintainer: Taylor Fausak
 name: octane
 synopsis: Parse Rocket League replays.
-version: '0.18.2'
+version: '0.18.3'
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,1 +1,1 @@
-resolver: nightly-2016-12-31
+resolver: lts-8.0
