aboutsummaryrefslogtreecommitdiffhomepage
path: root/pandoc-citeproc-preamble.cabal
blob: 61af10d7f9ecea176713cbbc4eb9081ddf36f9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name:                pandoc-citeproc-preamble
version:             1.6
synopsis:            Insert a preamble before pandoc-citeproc's bibliography
description:         Please see README.md
homepage:            https://github.com/spwhitton/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