packages feed

publish-0.3.2: publish.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 41c25ce1051d93b85743e4f7cc0fd8b69bae4d522b04c60eea9cb5624fd5ae98

name:           publish
version:        0.3.2
synopsis:       Publishing tools for papers, books, and presentations
description:    Tools for rendering markdown-centric documents into PDFs.
                .
                A description of this package, a list of features, and some background
                to its design is contained in the
                <https://github.com/oprdyn/publish/blob/master/README.markdown README>
                on GitHub.
                .
                The main program, @render@, is available via a Docker image at
                <https://cloud.docker.com/u/oprdyn/repository/docker/oprdyn/publish-render/general docker.io/oprdyn/publish-render:latest>
category:       Text
stability:      experimental
author:         Andrew Cowie <andrew@operationaldynamics.com>
maintainer:     Andrew Cowie <andrew@operationaldynamics.com>
copyright:      © 2016-2019 Operational Dynamics Consulting Pty Ltd, and Others
license:        BSD3
license-file:   LICENCE
tested-with:    GHC == 8.4
build-type:     Simple

executable format
  main-is: FormatMain.hs
  other-modules:
      FormatDocument
  hs-source-dirs:
      src
  ghc-options: -threaded -Wall -Wwarn -fwarn-tabs
  build-depends:
      base >=4.11 && <5
    , bytestring
    , chronologique
    , directory
    , filepath
    , hinotify
    , pandoc
    , pandoc-types
    , template-haskell
    , text
    , typed-process
    , unbeliever >=0.8.0
    , unix
    , unordered-containers
  default-language: Haskell2010

executable render
  main-is: RenderMain.hs
  other-modules:
      RenderDocument
      Environment
      LatexPreamble
      NotifyChanges
      OutputParser
      Paths_publish
      Utilities
  hs-source-dirs:
      src
  ghc-options: -threaded -Wall -Wwarn -fwarn-tabs
  build-depends:
      base >=4.11 && <5
    , bytestring
    , chronologique
    , directory
    , filepath
    , hinotify
    , pandoc
    , pandoc-types
    , template-haskell
    , text
    , typed-process
    , unbeliever >=0.8.0
    , unix
    , unordered-containers
  default-language: Haskell2010