aboutsummaryrefslogtreecommitdiffhomepage
path: root/pandoc-citeproc-preamble.cabal
blob: 0862ce7c73846510678048386fa91f0ee9b35ebd (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
name:                pandoc-citeproc-preamble
version:             0.1.0
synopsis:            Insert before the additions made by pandoc-citeproc
description:         Please see README.md when I write it
homepage:            https://github.com/spwhitton/pandoc-citeproc-preamble
license:             BSD3
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
                     , pandoc-types
                     , process
                     , directory
                     , filepath
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/spwhitton/pandoc-citeproc-preamble