diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+github-backup (1.20161118) unstable; urgency=medium
+
+  * Fix build with recent versions of cabal.
+
+ -- Joey Hess <id@joeyh.name>  Fri, 18 Nov 2016 12:58:19 -0400
+
 github-backup (1.20161110) unstable; urgency=medium
 
   * Fix build with recent versions of the directory package.
diff --git a/github-backup.cabal b/github-backup.cabal
--- a/github-backup.cabal
+++ b/github-backup.cabal
@@ -1,5 +1,5 @@
 Name: github-backup
-Version: 1.20161110
+Version: 1.20161118
 Cabal-Version: >= 1.8
 Maintainer: Joey Hess <id@joeyh.name>
 Author: Joey Hess
@@ -119,7 +119,8 @@
     Build-Depends: network (< 2.6), network (>= 2.0)
 
 custom-setup
-  Setup-Depends: base (>= 4.5), hslogger, MissingH
+  Setup-Depends: base (>= 4.5), hslogger, MissingH, directory, process,
+    unix-compat, unix, exceptions, bytestring, filepath, IfElse, mtl, Cabal
 
 source-repository head
   type: git
