diff --git a/hakyll-filestore.cabal b/hakyll-filestore.cabal
--- a/hakyll-filestore.cabal
+++ b/hakyll-filestore.cabal
@@ -1,5 +1,5 @@
 Name:                hakyll-filestore
-Version:             0.1.10
+Version:             0.1.11
 Synopsis:            FileStore utilities for Hakyll
 Description:         These utilities can (in particular) be used for extracting
                      date and author information for items from a darcs, git or
@@ -24,9 +24,9 @@
     , Hakyll.FileStore.Git.Context
     , Hakyll.FileStore.Darcs.Context
   Build-Depends:
-      base >=4.8 && <4.17
+      base >=4.8 && <4.19
     , filestore >=0.6 && <0.7
-    , hakyll >=4.7 && <4.16
+    , hakyll >=4.7 && <4.17
     , time >=1.5 && <1.14
     , time-locale-compat >=0.1 && <0.2
 
