diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -2,7 +2,7 @@
 ======================================================
 
 `yst` is a tool for generating a static website by filling [string
-template][]s with data taken from [YAML][] or [CSV][] text files or 
+template][]s with data taken from [YAML][] or [CSV][] text files or
 [SQLite3][] file based databases. This approach
 combines the speed, security, and ease of deployment of a static
 website with the flexibility and maintainability of a dynamic site that
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+yst 0.5.1 (released 02 Jan 2015)
+
+  * Allow building with pandoc 1.16.x.
+
 yst 0.5.0.4 (released 01 Jul 2015)
 
   * Allow building with pandoc 1.15.x.
diff --git a/yst.cabal b/yst.cabal
--- a/yst.cabal
+++ b/yst.cabal
@@ -1,5 +1,5 @@
 name:                yst
-version:             0.5.0.4
+version:             0.5.1
 Tested-With:         GHC == 7.8.3
 Cabal-version:       >= 1.8
 build-type:          Simple
@@ -49,15 +49,15 @@
   hs-source-dirs:    .
   main-is:           yst.hs
   other-modules:     Yst.Types, Yst.Yaml, Yst.Util, Yst.Data, Yst.Config,
-                     Yst.Render, Yst.Build, Yst.CSV, Yst.Sqlite3
+                     Yst.Render, Yst.Build, Yst.CSV, Yst.Sqlite3, Paths_yst
   build-depends:     base >=3 && < 5, unordered-containers,
                      HStringTemplate >= 0.6.1 && < 0.6.9 || > 0.6.11 && < 0.9,
-                     yaml, csv, aeson >= 0.7 && < 0.10, text,
+                     yaml, csv, aeson >= 0.7 && < 0.11, text,
                      scientific >= 0.2 && < 0.4,
                      filepath, containers, directory, time,
                      old-locale, old-time, parsec,
                      lucid >= 2.9 && < 2.10,
-                     pandoc >= 1.10 && < 1.16,
+                     pandoc >= 1.10 && < 1.17,
                      split, HDBC, HDBC-sqlite3
   extensions:        CPP
   if impl(ghc >= 6.12)
