diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@
 
 # Releases
 
+## Hakyll 4.9.5.1
+
+- Bump blaze-html dependency to 0.9
+- Bump blaze-markup dependency to 0.8
+- Bump process dependency to 1.5
+
 ## Hakyll 4.9.5.0
 
 - Fix compilation issue with `Hakyll.Check` if `checkExternal` is disabled
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009, Jasper Van der Jeugt
+Copyright (c) 2009 - 2017, Jasper Van der Jeugt
  
 All rights reserved.
  
diff --git a/hakyll.cabal b/hakyll.cabal
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
 Name:    hakyll
-Version: 4.9.5.0
+Version: 4.9.5.1
 
 Synopsis: A static website compiler library
 Description:
@@ -155,8 +155,8 @@
   Build-Depends:
     base                 >= 4.8    && < 5,
     binary               >= 0.5    && < 0.9,
-    blaze-html           >= 0.5    && < 0.9,
-    blaze-markup         >= 0.5.1  && < 0.8,
+    blaze-html           >= 0.5    && < 0.10,
+    blaze-markup         >= 0.5.1  && < 0.9,
     bytestring           >= 0.9    && < 0.11,
     containers           >= 0.3    && < 0.6,
     cryptohash           >= 0.7    && < 0.12,
@@ -171,7 +171,7 @@
     pandoc               >= 1.14   && < 1.20,
     pandoc-citeproc      >= 0.4    && < 0.11,
     parsec               >= 3.0    && < 3.2,
-    process              >= 1.0    && < 1.5,
+    process              >= 1.0    && < 1.6,
     random               >= 1.0    && < 1.2,
     regex-base           >= 0.93   && < 0.94,
     regex-tdfa           >= 1.1    && < 1.3,
@@ -248,8 +248,8 @@
     -- Copy pasted from hakyll dependencies:
     base                 >= 4.8    && < 5,
     binary               >= 0.5    && < 0.9,
-    blaze-html           >= 0.5    && < 0.9,
-    blaze-markup         >= 0.5.1  && < 0.8,
+    blaze-html           >= 0.5    && < 0.10,
+    blaze-markup         >= 0.5.1  && < 0.9,
     bytestring           >= 0.9    && < 0.11,
     containers           >= 0.3    && < 0.6,
     cryptohash           >= 0.7    && < 0.12,
@@ -264,7 +264,7 @@
     pandoc               >= 1.14   && < 1.20,
     pandoc-citeproc      >= 0.4    && < 0.11,
     parsec               >= 3.0    && < 3.2,
-    process              >= 1.0    && < 1.5,
+    process              >= 1.0    && < 1.6,
     random               >= 1.0    && < 1.2,
     regex-base           >= 0.93   && < 0.94,
     regex-tdfa           >= 1.1    && < 1.3,
