latex-formulae-hakyll 0.2.0.3 → 0.2.0.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~hakyllPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hakyll
API changes (from Hackage documentation)
Files
latex-formulae-hakyll.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: latex-formulae-hakyll-version: 0.2.0.3+version: 0.2.0.4 synopsis: Use actual LaTeX to render formulae inside Hakyll pages description: This library provides functions to render all math formulae inside Pandoc-processed Hakyll pages using real LaTeX.@@ -26,10 +26,10 @@ exposed-modules: Hakyll.Contrib.LaTeX -- other-modules: -- other-extensions: - build-depends: base >=4.7 && <4.10+ build-depends: base >=4.7 && <4.12 , latex-formulae-image >= 0.1.1.0 && < 0.2 , latex-formulae-pandoc >= 0.2.0.1 && < 0.3- , hakyll >= 4.6 && < 4.10+ , hakyll >= 4.6 && < 4.13 , pandoc-types >= 1.12 && < 1.18 , lrucache >= 1.2 && <1.3 hs-source-dirs: src