aboutsummaryrefslogtreecommitdiffhomepage
path: root/oso2pdf.cabal
blob: 395e1223e75efc8d692ee29967df2c7d191bfa23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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:             GPL-3
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
                     , directory
                     , optparse-applicative
                     , lens
                     , process
                     , temporary
                     , filepath
                     , mtl
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/spwhitton/oso2pdf