diff --git a/Debian/GenBuildDeps.hs b/Debian/GenBuildDeps.hs
--- a/Debian/GenBuildDeps.hs
+++ b/Debian/GenBuildDeps.hs
@@ -1,4 +1,5 @@
 {-# LANGUAGE CPP, FlexibleContexts, OverloadedStrings, RecordWildCards, ScopedTypeVariables, TemplateHaskell #-}
+{-# LANGUAGE NoDisambiguateRecordFields, NoRecordWildCards #-}
 -- |Figure out the dependency relation between debianized source
 -- directories.  The code to actually solve these dependency relations
 -- for a particular set of binary packages is in Debian.Repo.Dependency.
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+haskell-debian (3.91.2) unstable; urgency=low
+
+  * Work around for https://ghc.haskell.org/trac/ghc/ticket/12130
+  * Add travis config for ghc-8.0
+  * fix test suite
+  * Make changelog a duplicate of debian/changelog
+  * eliminate error call in parseChangeLog
+
+ -- David Fox <dsf@foxthompson.net>  Fri, 11 Nov 2016 21:31:09 -0800
+
 haskell-debian (3.91) unstable; urgency=low
 
   * Eliminate error call in parseChangeLog
diff --git a/debian.cabal b/debian.cabal
--- a/debian.cabal
+++ b/debian.cabal
@@ -1,5 +1,5 @@
 Name:           debian
-Version:        3.91.1
+Version:        3.91.2
 License:        BSD3
 License-File:   debian/copyright
 Author:         David Fox <dsf@seereason.com>, Jeremy Shaw <jeremy@seereason.com>, Clifford Beshers <beshers@seereason.com>
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+haskell-debian (3.91.2) unstable; urgency=low
+
+  * Work around for https://ghc.haskell.org/trac/ghc/ticket/12130
+  * Add travis config for ghc-8.0
+  * fix test suite
+  * Make changelog a duplicate of debian/changelog
+  * eliminate error call in parseChangeLog
+
+ -- David Fox <dsf@foxthompson.net>  Fri, 11 Nov 2016 21:31:09 -0800
+
 haskell-debian (3.91) unstable; urgency=low
 
   * Eliminate error call in parseChangeLog
