latex-formulae-image 0.1.1.3 → 0.1.1.4
raw patch · 1 files changed
+6/−5 lines, 1 filesdep ~JuicyPixelsdep ~basedep ~errorsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: JuicyPixels, base, errors, process, temporary
API changes (from Hackage documentation)
Files
latex-formulae-image.cabal view
@@ -1,5 +1,5 @@ name: latex-formulae-image-version: 0.1.1.3+version: 0.1.1.4 synopsis: A library for rendering LaTeX formulae as images using an actual LaTeX installation description: This library provides the basic infrastructure necessary to convert LaTeX formulae into images, using a real LaTeX installation. This is useful in particular for showing formulae on websites, where using alternatives@@ -38,12 +38,13 @@ build-depends: base >= 4.7 && < 4.8 , transformers-compat >= 0.4 && < 0.5 else- build-depends: base >= 4.8 && < 4.10- build-depends: JuicyPixels >= 3.2 && < 3.3, errors >= 2.0 && < 2.2- , temporary >= 1.2 && < 1.3+ build-depends: base >= 4.8 && < 4.12+ build-depends: JuicyPixels >= 3.2 && < 3.4+ , errors >= 2.0 && < 2.4+ , temporary >= 1.2 && < 1.4 , transformers >= 0.3 && < 0.6 , directory >= 1.2 && < 1.4- , process >= 1.2 && < 1.5+ , process >= 1.2 && < 1.7 , filepath >= 1.3 && < 1.5 default-language: Haskell2010