diff --git a/hakyll-contrib-hyphenation.cabal b/hakyll-contrib-hyphenation.cabal
--- a/hakyll-contrib-hyphenation.cabal
+++ b/hakyll-contrib-hyphenation.cabal
@@ -1,5 +1,5 @@
 name:               hakyll-contrib-hyphenation
-version:            0.1.0.1
+version:            0.1.0.2
 synopsis:           Automatic hyphenation for Hakyll
 -- description:
 category:           Web
@@ -11,15 +11,14 @@
 homepage:           https://bitbucket.org/rvlm/hakyll-contrib-hyphenation
 bug-reports:        https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/issues
 build-type:         Simple
-cabal-version:      >= 1.8
+cabal-version:      >= 1.6
 tested-with:        GHC == 7.6.3
 
 library
   hs-source-dirs:   src
   exposed-modules:  Hakyll.Contrib.Hyphenation
-  build-depends:    base        == 4.6.*,
+  build-depends:    base        == 4.*,
+                    hakyll      == 4.*,
+                    hyphenation == 0.4.*,
                     split       == 0.2.*,
-                    hyphenation == 0.4.*, 
-                    tagsoup     == 0.13.*,
-                    hakyll      == 4.6.* 
-
+                    tagsoup     >= 0.12
