oso2pdf-0.1.0: oso2pdf.cabal
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 >= 4 && < 5
, directory
, optparse-applicative
, lens
, process
, temporary
, filepath
, mtl
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/spwhitton/oso2pdf