From 3004306c3dd8cca5467990c8501555e6dae5b0a7 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 12 Jan 2016 23:48:06 -0800
Subject: [PATCH] Version to 1.16.0.2, updated changelog.

---
 changelog            | 8 ++++++++
 osx/distribution.xml | 2 +-
 pandoc.cabal         | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 361930c64..7ca45044a 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+pandoc (1.16.0.2)
+
+  * Depend on deepseq rather than deepseq-generics (fpco/stackage#1096).
+
+  * Fixed regression in latex smart quote parsing (#2645).
+    In cases where a match was not found for a quote, everything
+    from the open quote to the end of the paragraph was being dropped.
+
 pandoc (1.16.0.1)
 
   * Fixed regression with `--latex-engine` (#2618).  In 1.16 `--latex-engine`
diff --git a/osx/distribution.xml b/osx/distribution.xml
index c3218aad3..346fe06fe 100644
--- a/osx/distribution.xml
+++ b/osx/distribution.xml
@@ -11,7 +11,7 @@
     <options hostArchitectures="x86_64" />
     <!-- List all component packages -->
     <pkg-ref id="net.johnmacfarlane.pandoc"
-             version="1.16.0.1"
+             version="1.16.0.2"
              auth="root">pandoc.pkg</pkg-ref>
     <!-- List them again here. They can now be organized
          as a hierarchy if you want. -->
diff --git a/pandoc.cabal b/pandoc.cabal
index 7f30d72f8..4d2be8e6c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
 Name:            pandoc
-Version:         1.16.0.1
+Version:         1.16.0.2
 Cabal-Version:   >= 1.10
 Build-Type:      Custom
 License:         GPL