packages feed

publish-0.4.4: publish.cabal

cabal-version: 1.12
name: publish
version: 0.4.4
license: BSD3
license-file: LICENCE
copyright: © 2016-2019 Operational Dynamics Consulting Pty Ltd, and Others
maintainer: Andrew Cowie <andrew@operationaldynamics.com>
author: Andrew Cowie <andrew@operationaldynamics.com>
stability: experimental
tested-with: ghc ==8.6
homepage: https://github.com/oprdyn/publish#readme
bug-reports: https://github.com/oprdyn/publish/issues
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
build-type: Simple

source-repository head
    type: git
    location: https://github.com/oprdyn/publish

executable format
    main-is: FormatMain.hs
    hs-source-dirs: src
    other-modules:
        FormatDocument
        PandocToMarkdown
    default-language: Haskell2010
    ghc-options: -threaded -Wall -Wwarn -fwarn-tabs
    build-depends:
        base >=4.11 && <5,
        bytestring >=0.10.8.2 && <0.11,
        chronologique >=0.3.1.1 && <0.4,
        deepseq >=1.4.4.0 && <1.5,
        directory >=1.3.3.0 && <1.4,
        filepath >=1.4.2.1 && <1.5,
        hinotify ==0.4.*,
        pandoc ==2.5.*,
        pandoc-types >=1.17.5.4 && <1.18,
        template-haskell >=2.14.0.0 && <2.15,
        text >=1.2.3.1 && <1.3,
        typed-process >=0.2.4.0 && <0.3,
        unbeliever >=0.9.3.2 && <0.10,
        unix >=2.7.2.2 && <2.8,
        unordered-containers >=0.2.9.0 && <0.3

executable render
    main-is: RenderMain.hs
    hs-source-dirs: src
    other-modules:
        Environment
        LatexPreamble
        NotifyChanges
        OutputParser
        PandocToMarkdown
        RenderDocument
        Utilities
    default-language: Haskell2010
    ghc-options: -threaded -Wall -Wwarn -fwarn-tabs
    build-depends:
        base >=4.11 && <5,
        bytestring >=0.10.8.2 && <0.11,
        chronologique >=0.3.1.1 && <0.4,
        deepseq >=1.4.4.0 && <1.5,
        directory >=1.3.3.0 && <1.4,
        filepath >=1.4.2.1 && <1.5,
        hinotify ==0.4.*,
        pandoc ==2.5.*,
        pandoc-types >=1.17.5.4 && <1.18,
        template-haskell >=2.14.0.0 && <2.15,
        text >=1.2.3.1 && <1.3,
        typed-process >=0.2.4.0 && <0.3,
        unbeliever >=0.9.3.2 && <0.10,
        unix >=2.7.2.2 && <2.8,
        unordered-containers >=0.2.9.0 && <0.3

test-suite check
    type: exitcode-stdio-1.0
    main-is: TestSuite.hs
    hs-source-dirs: src tests
    other-modules:
        CheckTableProperties
        CompareFragments
        FormatDocument
        PandocToMarkdown
    default-language: Haskell2010
    ghc-options: -threaded -Wall -Wwarn -fwarn-tabs -threaded
    build-depends:
        base >=4.11 && <5,
        bytestring >=0.10.8.2 && <0.11,
        chronologique >=0.3.1.1 && <0.4,
        deepseq >=1.4.4.0 && <1.5,
        directory >=1.3.3.0 && <1.4,
        filepath >=1.4.2.1 && <1.5,
        hinotify ==0.4.*,
        hspec >=2.6.1 && <2.7,
        pandoc ==2.5.*,
        pandoc-types >=1.17.5.4 && <1.18,
        template-haskell >=2.14.0.0 && <2.15,
        text >=1.2.3.1 && <1.3,
        typed-process >=0.2.4.0 && <0.3,
        unbeliever >=0.9.3.2 && <0.10,
        unix >=2.7.2.2 && <2.8,
        unordered-containers >=0.2.9.0 && <0.3