diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
 `hakyll-shortcut-links` uses [PVP Versioning][1].
 The changelog is available [on GitHub][2].
 
+## ❄️0.1.0.2 — Dec 6, 2021
+
+* Support `hakyll-4.15`.
+
 ## 0.1.0.1 — Jan 12, 2021
 
 * Support GHC-8.10.3.
diff --git a/hakyll-shortcut-links.cabal b/hakyll-shortcut-links.cabal
--- a/hakyll-shortcut-links.cabal
+++ b/hakyll-shortcut-links.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                hakyll-shortcut-links
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Use shortcut-links in markdown file for Hakyll
 description:         Use shortcut-links in markdown file for Hakyll. See README for more details.
 homepage:            https://github.com/kowainik/hakyll-shortcut-links
@@ -15,7 +15,7 @@
 extra-doc-files:     README.md
                      CHANGELOG.md
 tested-with:         GHC == 8.8.4
-                     GHC == 8.10.3
+                     GHC == 8.10.7
 
 source-repository head
   type:                git
@@ -67,7 +67,7 @@
   exposed-modules:     Hakyll.ShortcutLinks
                           Hakyll.ShortcutLinks.Parser
 
-  build-depends:       hakyll ^>= 4.13
+  build-depends:       hakyll >= 4.13 && < 4.16
                      , mtl ^>= 2.2.2
                      , pandoc-types >= 1.20 && < 1.23
                      , parsec ^>= 3.1.14
@@ -83,9 +83,9 @@
                        Test.Parser
 
   build-depends:       hakyll-shortcut-links
-                     , hspec ^>= 2.7.1
+                     , hspec ^>= 2.9
                      , mtl
-                     , pandoc >= 2.9 && < 2.12
+                     , pandoc >= 2.9 && < 2.17
                      , text
 
   ghc-options:         -threaded
