aboutsummaryrefslogtreecommitdiffhomepage
path: root/oso2pdf.cabal
diff options
context:
space:
mode:
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