diff --git a/Bindings/LevMar.hsc b/Bindings/LevMar.hsc
--- a/Bindings/LevMar.hsc
+++ b/Bindings/LevMar.hsc
@@ -11,9 +11,8 @@
 -- Maintainer  :  vandijk.roel@gmail.com, v.dijk.bas@gmail.com
 -- Stability   :  Experimental
 --
--- A low level binding to the C levmar (Levenberg-Marquardt) library.
---
--- For documentation see: <http://www.ics.forth.gr/~lourakis/levmar/>
+-- A low level binding to the
+-- <http://www.ics.forth.gr/~lourakis/levmar/ C levmar (Levenberg-Marquardt) library>.
 --
 --------------------------------------------------------------------------------
 
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
+version:       1.1.0.1
 cabal-version: >= 1.6
 build-type:    Simple
 stability:     provisional
@@ -32,11 +32,10 @@
                variants are included.  All functions have Double and
                Float variants.
                .
-               See: <http://www.ics.forth.gr/~lourakis/levmar/>
-               .
-	       Note that the included C library is lightly patched to
-	       make it pure. This way the functions can be used inside
-	       @unsafePerformIO@.
+	       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:
                .
@@ -76,7 +75,7 @@
   location: git://github.com/basvandijk/bindings-levmar.git
 
 library
-  build-depends: base         >= 3      && < 4.6
+  build-depends: base         >= 3      && < 4.7
                , bindings-DSL >= 1.0.15 && < 1.1
   exposed-modules: Bindings.LevMar
   ghc-options: -Wall
