From 06edff7402bc88ca99723b718b83a5ea95860b33 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Mon, 12 May 2014 12:30:30 -0700
Subject: [PATCH] Added default.icml to data-files so it installs with the
 package.

---
 changelog    | 3 +--
 pandoc.cabal | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 4339376df..10dff74fc 100644
--- a/changelog
+++ b/changelog
@@ -14,8 +14,7 @@ pandoc (1.12.4.1)
 
   * Updated copyright notices (Albert Krewinkel).
 
-  * Fixed templates.  The previous release did not include up-to-date
-    templates, due to a packaging error.
+  * Added default.icml to data files so it installs with the package.
 
 pandoc (1.12.4)
 
diff --git a/pandoc.cabal b/pandoc.cabal
index 6b0952513..f29ee8fb1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -45,6 +45,7 @@ Data-Files:
                  data/templates/default.docbook,
                  data/templates/default.beamer,
                  data/templates/default.opendocument,
+                 data/templates/default.icml,
                  data/templates/default.opml,
                  data/templates/default.latex,
                  data/templates/default.context,