packages feed

pandoc-vimhl-0.3.1.0: pandoc-vimhl.cabal

name:                    pandoc-vimhl
version:                 0.3.1.0
synopsis:                Pandoc filter for native Vim code highlighting
description:             Pandoc filter for native Vim code highlighting
        in HTML and PDF documents. Requires Vim (or Neovim) and plugin
        <http://github.com/lyokha/vim-publish-helper vim-publish-helper>.
homepage:                http://github.com/lyokha/vim-publish-helper
license:                 BSD3
license-file:            LICENSE
extra-doc-files:         Changelog.md
author:                  Alexey Radkov <alexey.radkov@gmail.com>
maintainer:              Alexey Radkov <alexey.radkov@gmail.com>
copyright:               2016-2024 Alexey Radkov
category:                Text
build-type:              Simple
cabal-version:           1.20

executable vimhl
  default-language:      Haskell2010
  build-depends:         base >= 4.8 && < 5
                       , pandoc-types >= 1.20
                       , directory >= 1.3.3.0
                       , filepath
                       , process
                       , temporary >= 1.1
                       , text

  ghc-options:          -Wall

  main-is:               vimhl.hs