HaTeX 3.17.0.0 → 3.17.0.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~parsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: parsec
API changes (from Hackage documentation)
Files
- HaTeX.cabal +2/−2
- README.md +6/−2
HaTeX.cabal view
@@ -1,5 +1,5 @@ Name: HaTeX -Version: 3.17.0.0 +Version: 3.17.0.1 Author: Daniel Díaz Category: LaTeX Build-type: Simple @@ -68,7 +68,7 @@ -- Testing , QuickCheck -- Parsing - , parsec >= 3.1 + , parsec >= 3.1.6 -- Pretty-printing , wl-pprint-extras >= 3.5 Exposed-modules:
README.md view
@@ -31,9 +31,13 @@ so it is unlikely to suffer from API breakages if you follow it too when importing the library (assuming you are using the version in Hackage). -## HaTeX in Hackage+## Current HaTeX versions -[](https://hackage.haskell.org/package/HaTeX)+[](https://hackage.haskell.org/package/HaTeX)++[](http://stackage.org/lts/package/HaTeX)++[](http://stackage.org/nightly/package/HaTeX) ## HaTeX User's Guide