packages feed

texmath 0.12.0.2 → 0.12.0.3

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~pandoc-types

Dependency ranges changed: pandoc-types

Files

changelog view
@@ -1,3 +1,7 @@+texmath (0.12.0.3)++  * Allow pandoc-types 1.22.+ texmath (0.12.0.2)    * Allow pandoc-types 1.21.
texmath.cabal view
@@ -1,5 +1,5 @@ Name:                texmath-Version:             0.12.0.2+Version:             0.12.0.3 Cabal-Version:       >= 1.10 Build-type:          Simple Synopsis:            Conversion between formats used to represent mathematics.@@ -87,7 +87,7 @@  Library     Build-depends:       base >= 4.8 && < 5, syb >= 0.4.2 && < 0.8, xml, parsec >= 3, containers,-                         pandoc-types >= 1.20 && < 1.22, mtl, text+                         pandoc-types >= 1.20 && < 1.23, mtl, text      Exposed-modules:     Text.TeXMath,                          Text.TeXMath.Types,@@ -130,7 +130,7 @@     if flag(executable)       Buildable:         True       Build-Depends:     base >= 4.8 && < 5, texmath, xml,-                         pandoc-types >= 1.20 && < 1.22,+                         pandoc-types >= 1.20 && < 1.23,                          aeson, bytestring, text     else       Buildable:         False