name: pandoc-citeproc-preamble version: 1.7 synopsis: Insert a preamble before Pandoc's bibliography description: Please see README.md homepage: https://spwhitton.name/tech/code/pandoc-citeproc-preamble/ license: GPL-3 license-file: LICENSE author: Sean Whitton maintainer: spwhitton@spwhitton.name category: Text build-type: Simple cabal-version: >=1.10 executable pandoc-citeproc-preamble hs-source-dirs: src main-is: pandoc-citeproc-preamble.hs build-depends: base >= 4 && < 5 , pandoc-types >= 1.20 , process , directory , filepath , text-conversions default-language: Haskell2010 source-repository head type: git location: https://git.spwhitton.name/pandoc-citeproc-preamble