diff --git a/linebreak.cabal b/linebreak.cabal
--- a/linebreak.cabal
+++ b/linebreak.cabal
@@ -1,5 +1,5 @@
 name:                linebreak
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            breaks strings to fit width
 description:         Simple functions to break a String to fit a maximum text
                      width, using Knuth-Liang hyphenation algorhitm.
@@ -19,4 +19,4 @@
 library
   -- Modules exported by the library.
   exposed-modules:     Text.LineBreak
-  build-depends:       base >= 4.5 && < 4.6, hyphenation >= 0.4 && < 0.5
+  build-depends:       base >= 4.5 && < 5, hyphenation >= 0.4 && < 1
