diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -9,9 +9,9 @@
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
-    * Neither the name of the <organization> nor the
-      names of its contributors may be used to endorse or promote products
-      derived from this software without specific prior written permission.
+    * Neither the name of Alberto Ruiz nor the names of other contributors may
+      be used to endorse or promote products derived from this software
+      without specific prior written permission.
 
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
diff --git a/THANKS.md b/THANKS.md
--- a/THANKS.md
+++ b/THANKS.md
@@ -155,3 +155,5 @@
 
 - Samium Gromoff reported a build failure caused by a size_t - int mismatch.
 
+- Denis Laxalde separated the gsl tests from the base ones.
+
diff --git a/hmatrix.cabal b/hmatrix.cabal
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
 Name:               hmatrix
-Version:            0.16.0.3
+Version:            0.16.0.4
 License:            BSD3
 License-file:       LICENSE
 Author:             Alberto Ruiz
@@ -14,6 +14,12 @@
                     ["Numeric.LinearAlgebra.HMatrix"] Starting point and recommended import module for most applications.
                     .
                     ["Numeric.LinearAlgebra.Static"] Experimental alternative interface.
+                    .
+                    ["Numeric.LinearAlgebra.Devel"] Tools for extending the library.
+                    .
+                    (Other modules are exposed with hidden documentation for backwards compatibility.)
+                    .
+                    Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html>
 
 Category:           Math
 tested-with:        GHC==7.8
