cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.30.0. -- -- see: https://github.com/sol/hpack -- -- hash: 8f301feea418432d89f253e924f323e4cfe3c623ef270ac952ba8177eb59c41c name: pandoc-pyplot version: 1.0.0 synopsis: A Pandoc filter for including figures generated from Matplotlib description: A pandoc filter for including figures generated from Matplotlib. Keep the document and Python code in the same location. Output from Matplotlib is captured and included as a figure. category: Documentation homepage: https://github.com/LaurentRDC/pandoc-pyplot#readme bug-reports: https://github.com/LaurentRDC/pandoc-pyplot/issues author: Laurent P. René de Cotret maintainer: Laurent P. René de Cotret license: MIT license-file: LICENSE.md build-type: Simple extra-source-files: CHANGELOG.md LICENSE.md package.yaml README.md stack.yaml source-repository head type: git location: https://github.com/LaurentRDC/pandoc-pyplot library exposed-modules: Text.Pandoc.Filter.Pyplot other-modules: Text.Pandoc.Filter.Scripting hs-source-dirs: src ghc-options: -Wall -Wcompat build-depends: base >4.8 && <5 , containers , directory , filepath , pandoc-types , temporary , typed-process default-language: Haskell2010 executable pandoc-pyplot main-is: Main.hs other-modules: Paths_pandoc_pyplot hs-source-dirs: executable ghc-options: -Wall -Wcompat -rtsopts -threaded -with-rtsopts=-N build-depends: base >4.8 && <5 , pandoc-pyplot , pandoc-types default-language: Haskell2010 test-suite pandoc-pyplot-test-suite type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Text.Pandoc.Filter.PyplotSpec Paths_pandoc_pyplot hs-source-dirs: tests ghc-options: -Wall -Wcompat -rtsopts -threaded -with-rtsopts=-N build-depends: base , hspec , pandoc-pyplot , pandoc-types , tasty , tasty-hspec default-language: Haskell2010