aboutsummaryrefslogtreecommitdiffhomepage
path: root/oso2pdf.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-09-19 15:59:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-09-19 15:59:35 -0700
commit7a98e6c04a9ae82b22d88af56645b7138ec3b206 (patch)
treea874dccc6785c9030903a47bce5607bd71a5a6a0 /oso2pdf.cabal
downloadoso2pdf-7a98e6c04a9ae82b22d88af56645b7138ec3b206.tar.gz
initial commit: pandoc-oso2tex first attempt
Diffstat (limited to 'oso2pdf.cabal')
-rw-r--r--oso2pdf.cabal29
1 files changed, 29 insertions, 0 deletions
diff --git a/oso2pdf.cabal b/oso2pdf.cabal
new file mode 100644
index 0000000..71b254f
--- /dev/null
+++ b/oso2pdf.cabal
@@ -0,0 +1,29 @@
+name: oso2pdf
+version: 0.1.0
+synopsis: Better conversion of Oxford Scholarship Online material to PDF
+description: Please see README.md when I write it
+homepage: https://github.com/spwhitton/oso2pdf
+license: GPL3
+license-file: LICENSE
+author: Sean Whitton
+maintainer: spwhitton@spwhitton.name
+category: Text
+build-type: Simple
+cabal-version: >=1.10
+
+executable pandoc-oso2tex
+ hs-source-dirs: src
+ main-is: pandoc-oso2tex.hs
+ build-depends: base
+ , pandoc-types
+ default-language: Haskell2010
+
+executable oso2pdf
+ hs-source-dirs: src
+ main-is: oso2pdf.hs
+ build-depends: base
+ default-language: Haskell2010
+
+source-repository head
+ type: git
+ location: https://github.com/spwhitton/oso2pdf