diff --git a/hakyll-contrib.cabal b/hakyll-contrib.cabal
--- a/hakyll-contrib.cabal
+++ b/hakyll-contrib.cabal
@@ -1,16 +1,15 @@
-Name:                hakyll-contrib
-Version:             0.1.0.0
-Synopsis:            Extra modules for the hakyll website compiler
-Homepage:            http://jaspervdj.be/hakyll
-License:             BSD3
-License-file:        LICENSE
-Author:              Jasper Van der Jeugt <m@jaspervdj.be>
-Maintainer:          Jasper Van der Jeugt <m@jaspervdj.be>
-Category:            Web
-
-Cabal-version:       >=1.6
-Build-type:          Simple
-Data-dir:            data
+Name:          hakyll-contrib
+Version:       0.1.0.1
+Synopsis:      Extra modules for the hakyll website compiler
+Homepage:      http://jaspervdj.be/hakyll
+License:       BSD3
+License-file:  LICENSE
+Author:        Jasper Van der Jeugt <m@jaspervdj.be>
+Maintainer:    Jasper Van der Jeugt <m@jaspervdj.be>
+Category:      Web
+Cabal-version: >=1.6
+Build-type:    Simple
+Data-dir:      data
 
 Data-files:
   small-blog/contact.markdown
@@ -51,6 +50,6 @@
   
   Build-depends:
     base      >= 4       && < 5,
-    hakyll    >= 3.2.0.3 && < 3.3,
+    hakyll    >= 3.2.0.3 && < 3.4,
     directory >= 1.0     && < 1.3,
     filepath  >= 1.0     && < 1.4
