aboutsummaryrefslogtreecommitdiffhomepage
path: root/pandoc-citeproc-preamble.cabal
blob: 119dc5ead7999e19ce7fe16688b6b933b17566f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name:                pandoc-citeproc-preamble
version:             0.1.0.0
synopsis:            Initial project template from stack
description:         Please see README.md
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
  default-language:    Haskell2010

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