diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+scroll (1.20170122) unstable; urgency=medium
+
+  * Fix build with optparse-applicative-0.13.
+    Thanks, Sergei Trofimovich.
+
+ -- Joey Hess <id@joeyh.name>  Sun, 22 Jan 2017 15:01:50 -0400
+
 scroll (1.20151219) unstable; urgency=medium
 
   * Fix copyright statement; scroll is GPL2+
diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -2,6 +2,7 @@
 import Control.Monad.State.Strict
 import UI.NCurses (Curses, screenSize, Event(..))
 import Options.Applicative
+import Data.Monoid ((<>))
 import Data.Maybe
 
 import Types
diff --git a/scroll.cabal b/scroll.cabal
--- a/scroll.cabal
+++ b/scroll.cabal
@@ -1,5 +1,5 @@
 Name: scroll
-Version: 1.20151219
+Version: 1.20170122
 Cabal-Version: >= 1.6
 License: GPL-2
 Maintainer: Joey Hess <id@joeyh.name>
@@ -9,6 +9,11 @@
 Build-Type: Simple
 Category: Game
 Synopsis: scroll(6), a roguelike game
+Description: 
+  You're a bookworm that's stuck on a scroll. You have to
+  dodge between words and use spells to make your way down the page as th
+  scroll is read. Go too slow and you'll get wound up in the scroll and
+  crushed.
 Homepage: https://joeyh.name/code/scroll/
 License-File: GPL.hs
 Extra-Source-Files:
