packages feed

latex-svg-hakyll-0.1: latex-svg-hakyll.cabal

cabal-version: 2.2
name:          latex-svg-hakyll
version:       0.1
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.
  .
  https://github.com/liamoc/latex-formulae

homepage:      https://github.com/phadej/latex-svg#readme
license:       BSD-3-Clause
license-file:  LICENSE
author:        Oleg Grenrus, Liam O'Connor
maintainer:    Oleg Grenrus <oleg.grenrus@iki.fi>
copyright:     2020 Oleg Grenrus, 2015-2019 Liam O'Connor
category:      Image
build-type:    Simple
tested-with:   GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3

source-repository head
  type:     git
  location: https://github.com/phadej/latex-svg
  subdir:   latex-svg-hakyll

library
  default-language: Haskell2010
  hs-source-dirs:   src
  ghc-options:      -Wall
  exposed-modules:  Hakyll.Contrib.LaTeX
  build-depends:
    , base              >=4.10      && <4.14
    , hakyll            ^>=4.12.5.2 || ^>=4.13.0.0
    , latex-svg-image   ^>=0.1
    , latex-svg-pandoc  ^>=0.1
    , lrucache          ^>=1.2
    , pandoc-types      ^>=1.17.6.1 || ^>=1.20