cabal-version: 2.0
name: pandoc-highlighting-extensions
version: 1.0.0.0
synopsis: Syntax highlighting customization for Pandoc
category: Text
description:
This package adapts the @skylighting-modding@ and
@skylighting-extensions@ packages for use with Pandoc.
homepage: https://github.com/typeclasses/pandoc-highlighting-ext
bug-reports: https://github.com/typeclasses/pandoc-highlighting-ext/issues
author: Chris Martin
maintainer: Chris Martin, Julie Moronuki
copyright: 2018 Typeclass Consulting, LLC
license: MIT
license-file: license.txt
build-type: Simple
tested-with: GHC==8.6.1
extra-source-files:
changelog.md
library
hs-source-dirs: library
default-language: Haskell2010
exposed-modules:
Text.Pandoc.Highlighting.Extensions
, Text.Pandoc.Highlighting.Extensions.WriterOptions
build-depends:
base >=4.10 && <5
, data-default-class
, pandoc
, skylighting-core
, skylighting-extensions
, skylighting-modding
, text