diff --git a/bindings-levmar.cabal b/bindings-levmar.cabal
--- a/bindings-levmar.cabal
+++ b/bindings-levmar.cabal
@@ -1,5 +1,5 @@
 name:          bindings-levmar
-version:       1.1.0.4
+version:       1.1.0.5
 cabal-version: >= 1.6
 build-type:    Simple
 stability:     provisional
@@ -32,11 +32,11 @@
                variants are included.  All functions have Double and
                Float variants.
                .
-	       Note that the included
+               Note that the included
                <http://www.ics.forth.gr/~lourakis/levmar/ C library>
                is lightly patched to make it pure. This way the
                functions can be used inside @unsafePerformIO@.
-	       .
+               .
                A note regarding the license:
                .
                All files EXCEPT those in the levmar-2.4 directory fall
@@ -77,8 +77,8 @@
   location: git://github.com/basvandijk/bindings-levmar.git
 
 library
-  build-depends: base         >= 3      && < 4.11
-               , bindings-DSL >= 1.0.15 && < 1.1
+  build-depends: base         >= 3 && < 5
+               , bindings-DSL >= 1.0.15
   exposed-modules: Bindings.LevMar
   ghc-options: -Wall
   cc-options: -D_OPENMP
