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: 547ada31362d64dd2c988a4b125cd34de323ad166da373e7cec366b84f9b4352 name: publish version: 2.0.1 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 on GitHub. . The main program, @render@, is available via a Docker image at category: Text stability: experimental homepage: https://github.com/oprdyn/publish#readme bug-reports: https://github.com/oprdyn/publish/issues author: Andrew Cowie maintainer: Andrew Cowie copyright: © 2016-2019 Operational Dynamics Consulting Pty Ltd, and Others license: BSD3 license-file: LICENCE tested-with: GHC == 8.6 build-type: Simple source-repository head type: git location: https://github.com/oprdyn/publish executable format main-is: FormatMain.hs other-modules: FormatDocument PandocToMarkdown hs-source-dirs: src ghc-options: -threaded -Wall -Wwarn -fwarn-tabs build-depends: base >=4.11 && <5 , bytestring , chronologique , deepseq , directory , filepath , hinotify , megaparsec , pandoc , pandoc-types , template-haskell , text , typed-process , unbeliever >=0.9.3.2 , unix , unordered-containers default-language: Haskell2010 executable render main-is: RenderMain.hs other-modules: Environment LatexPreamble NotifyChanges LatexOutputReader PandocToMarkdown ParseBookfile RenderDocument Utilities hs-source-dirs: src ghc-options: -threaded -Wall -Wwarn -fwarn-tabs build-depends: base >=4.11 && <5 , bytestring , chronologique , deepseq , directory , filepath , hinotify , megaparsec , pandoc , pandoc-types , template-haskell , text , typed-process , unbeliever >=0.9.3.2 , unix , unordered-containers default-language: Haskell2010 test-suite check type: exitcode-stdio-1.0 main-is: TestSuite.hs other-modules: CheckBookfileParser CheckTableProperties CompareFragments Environment FormatDocument PandocToMarkdown ParseBookfile hs-source-dirs: src tests ghc-options: -threaded -Wall -Wwarn -fwarn-tabs -threaded build-depends: base >=4.11 && <5 , bytestring , chronologique , deepseq , directory , filepath , hinotify , hspec , megaparsec , pandoc , pandoc-types , template-haskell , text , typed-process , unbeliever >=0.9.3.2 , unix , unordered-containers default-language: Haskell2010