-- Initial pandoc-filter-graphviz.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: pandoc-filter-graphviz
version: 0.1.0.0
synopsis: A Pandoc filter to use graphviz
description: Interpret '~~~ graphviz' bloc as a call to graphviz software and substritude text with produced picture.
homepage: https://github.com/jpierre03/pandoc-filter-graphviz
license: BSD3
license-file: LICENSE
author: Jean-Pierre PRUNARET
maintainer: jean-pierre+git@prunetwork.fr
-- copyright:
category: Text
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable pandoc-filter-graphviz
main-is: Main.hs
other-modules:
PandocFilterGraphviz
-- other-extensions:
build-depends: base > 4.5 && < 5
, bytestring
, pandoc
, text
, base16-bytestring
, cryptonite
, byteable
, containers
, directory
, process
, pandoc-types
, filepath
hs-source-dirs: src
default-language: Haskell2010