HaTeX 3.13.0.0 → 3.13.0.1
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HaTeX.cabal +2/−2
- Text/LaTeX/Base/Commands.hs +1/−1
- Text/LaTeX/Base/Parser.hs +1/−1
HaTeX.cabal view
@@ -1,5 +1,5 @@ Name: HaTeX -Version: 3.13.0.0 +Version: 3.13.0.1 Author: Daniel Díaz Category: Text, LaTeX Build-type: Simple @@ -39,7 +39,7 @@ Source-repository head type: git - location: git@github.com:Daniel-Diaz/HaTeX.git + location: git://github.com/Daniel-Diaz/HaTeX.git Library Default-language: Haskell2010
Text/LaTeX/Base/Commands.hs view
@@ -848,7 +848,7 @@ -- | Column separator. (&) :: LaTeXC l => l -> l -> l-(&) = between "&"+(&) = between (raw "&") -- | Horizontal line. hline :: LaTeXC l => l
Text/LaTeX/Base/Parser.hs view
@@ -19,7 +19,7 @@ -- * If the parsed value is again rendered, you get the initial input. -- -- In other words, 'parseLaTeX' is a partial function defined over the--- set of valid LaTeX files, and 'render' is its inverse.+-- set of valid LaTeX files, and 'render' is its /left/ inverse. -- module Text.LaTeX.Base.Parser ( -- * The parser