aboutsummaryrefslogtreecommitdiffhomepage
path: root/pandoc-citeproc-preamble.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc-citeproc-preamble.cabal')
-rw-r--r--pandoc-citeproc-preamble.cabal23
1 files changed, 23 insertions, 0 deletions
diff --git a/pandoc-citeproc-preamble.cabal b/pandoc-citeproc-preamble.cabal
new file mode 100644
index 0000000..119dc5e
--- /dev/null
+++ b/pandoc-citeproc-preamble.cabal
@@ -0,0 +1,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