diff --git a/Text/LaTeX/Guide/Auto.hs b/Text/LaTeX/Guide/Auto.hs
--- a/Text/LaTeX/Guide/Auto.hs
+++ b/Text/LaTeX/Guide/Auto.hs
@@ -7,4 +7,4 @@
 
 -- | The version of the guide. Based on the version of the package.
 guideVersion :: Version
-guideVersion = Version [1,3,0,0] []
+guideVersion = Version [1,3,0,1] []
diff --git a/hatex-guide.cabal b/hatex-guide.cabal
--- a/hatex-guide.cabal
+++ b/hatex-guide.cabal
@@ -1,5 +1,5 @@
 Name: hatex-guide
-Version: 1.3.0.0
+Version: 1.3.0.1
 Author: Daniel Díaz
 Build-type: Custom
 Category: LaTeX
@@ -32,12 +32,12 @@
 
 Library
   Build-depends: base == 4.*
-               , HaTeX >= 3.7.0.0 && < 3.10.0.0
-               , text == 0.11.*
+               , HaTeX >= 3.7.0.0 && < 3.11.0.0
+               , text >= 0.11 && < 2
                , filepath >= 1.1.0.0 && < 1.4
                , parsec >= 3.1.2 && < 3.2
                , directory >= 1.2.0.0 && < 1.3
-               , blaze-html >= 0.5.1.0 && < 0.7
+               , blaze-html >= 0.5.1.0 && < 0.8
                , transformers >= 0.3.0.0 && < 0.4
                , time >= 1.2.0.2 && < 1.5
   Exposed-modules:
diff --git a/src/packages.htxg b/src/packages.htxg
--- a/src/packages.htxg
+++ b/src/packages.htxg
@@ -2,7 +2,7 @@
 
 \latex, in addition to its predefined commands, has a big number of packages
 that increase its power. \hatex functions for some of these packages are defined
-in separated modules, one module per package. This way, you can import only those
+in separated modules, with one or more modules per package. This way, you can import only those
 functions you actually need. Some of these modules are below explained.
 
 ##Inputenc##
