packages feed

Cabal revisions of pandoc-pyplot-1.0.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 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: 563259592becbb4f2496b0f914f546163be046510966e163f71175faa94504ad--name:           pandoc-pyplot-version:        1.0.2.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-      Text.Pandoc.Filter.Scripting-  other-modules:-      Paths_pandoc_pyplot-  hs-source-dirs:-      src-  ghc-options: -Wall -Wcompat-  build-depends:-      base >4.8 && <5-    , containers-    , directory-    , filepath-    , pandoc-types >1.12 && <2-    , 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 >1.12 && <2-  default-language: Haskell2010+
+-- This file has been generated from package.yaml by hpack version 0.30.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 563259592becbb4f2496b0f914f546163be046510966e163f71175faa94504ad
+
+name:           pandoc-pyplot
+version:        1.0.2.0
+x-revision: 1
+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
+      Text.Pandoc.Filter.Scripting
+  other-modules:
+      Paths_pandoc_pyplot
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -Wcompat
+  build-depends:
+      base >4.9 && <5
+    , containers
+    , directory
+    , filepath
+    , pandoc-types >1.12 && <2
+    , 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.9 && <5
+    , pandoc-pyplot
+    , pandoc-types >1.12 && <2
+  default-language: Haskell2010