hatex-guide 1.3.0.0 → 1.3.0.1
raw patch · 3 files changed
+6/−6 lines, 3 filesdep ~HaTeXdep ~blaze-htmldep ~text
Dependency ranges changed: HaTeX, blaze-html, text
Files
- Text/LaTeX/Guide/Auto.hs +1/−1
- hatex-guide.cabal +4/−4
- src/packages.htxg +1/−1
Text/LaTeX/Guide/Auto.hs view
@@ -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] []
hatex-guide.cabal view
@@ -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:
src/packages.htxg view
@@ -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##