diff --git a/blaze-html-truncate.cabal b/blaze-html-truncate.cabal
--- a/blaze-html-truncate.cabal
+++ b/blaze-html-truncate.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                blaze-html-truncate
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            A truncator for blaze-html
 description:         This package provides a simple function to truncate HTML, preserving tags and preventing cut-off words. 
 homepage:            http://github.com/mruegenberg/blaze-html-truncate
@@ -22,7 +22,7 @@
 library
   exposed-modules:     Text.Blaze.Truncate
   -- other-modules:       
-  build-depends:       base >= 4.5.0 && < 4.7
+  build-depends:       base >= 4.5.0.0 && < 4.7.0.0
                      , blaze-html >= 0.4.0.0 && < 0.5.0.0
                      , bytestring >= 0.9
                      , text >= 0.10
