aboutsummaryrefslogtreecommitdiffhomepage
path: root/pandoc-citeproc-preamble.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-09-13 16:08:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-09-13 16:08:49 -0700
commit39d4085e124a80d4eda6838753e73b26b17ed14f (patch)
treea04799935fb94d6023e30b1fbf4b922ac265588c /pandoc-citeproc-preamble.cabal
downloadpandoc-citeproc-preamble-39d4085e124a80d4eda6838753e73b26b17ed14f.tar.gz
pandoc-citeproc-preamble proof of concept
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