packages feed

uniform-latex2pdf-0.1.5.2: uniform-latex2pdf.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

name:           uniform-latex2pdf
version:        0.1.5.2
synopsis:       convert a latex `tex` file to a pdf
description:    convert a latex file to pdf 
                calling lualatex with the flags etc. necessary to include bibliography and footnotes
category:       PDF Latex
homepage:       https://github.com/andrewufrank/u4blog.git#readme
bug-reports:    https://github.com/andrewufrank/u4blog.git/issues
author:         Andrew Frank
maintainer:     Andrew U. Frank <andrewufrank@gmail.com>
license:        GPL
license-file:   GPL_3
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/andrewufrank/u4blog.git
  subdir: uniform-latex2pdf

library
  exposed-modules:
      Uniform.Latex
      Uniform.WritePDF
  other-modules:
      Paths_uniform_latex2pdf
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.7 && <5
    , doclayout
    , doctemplates
    , process
    , silently
    , uniform-json >=0.1.5
    , uniform-pandoc >=0.1.5.2
    , uniformBase >=0.1.5
  default-language: Haskell2010