packages feed

pandoc-stylefrommeta-0.1.0.0: pandoc-stylefrommeta.cabal

name:                pandoc-stylefrommeta
version:             0.1.0.0
synopsis:            Pandoc filter to customize links, images and paragraphs
description:         Pandoc filter to customize links, images and paragraphs
        (with restrictions). Styles are read from the metadata of the document:
        they may reside inside the document or in a separate YAML file.
homepage:            http://github.com/lyokha/styleFromMeta
license:             BSD3
license-file:        LICENSE
author:              Alexey Radkov <alexey.radkov@gmail.com>
maintainer:          Alexey Radkov <alexey.radkov@gmail.com>
copyright:           2016 Alexey Radkov
category:            Text
build-type:          Simple
cabal-version:       >= 1.8

executable styleFromMeta
  build-depends:       base >= 4.7 && < 5
                     , pandoc >= 1.12
                     , pandoc-types >= 1.12
                     , containers >= 0.2
                     , MissingH >= 1.0.0
                     , HaTeX >= 3.3
  main-is:             styleFromMeta.hs