texmath 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- texmath.cabal +3/−3
texmath.cabal view
@@ -1,5 +1,5 @@ Name: texmath-Version: 0.2.0.1+Version: 0.2.0.2 Cabal-version: >= 1.2 Build-type: Simple Synopsis: Conversion of LaTeX math formulas to MathML.@@ -44,9 +44,9 @@ default: True Library- Build-depends: xml, parsec >= 2 && < 3+ Build-depends: xml, parsec >= 2 && < 3, containers if impl(ghc >= 6.10)- Build-depends: base >= 4 && < 5, containers+ Build-depends: base >= 4 && < 5 else Build-depends: base >= 3 && < 4