cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: b97a93d5d47f2db606b3e2dedb5fb9fb3b0c117d16d5f3f45e03d2f19a47ba07 name: pandoc-markdown-ghci-filter version: 0.1.0.0 synopsis: Pandoc-filter to evaluate `code` section in markdown and auto-embed output. description: Please see the README on GitHub at category: program, text, documentation, filter,mit homepage: https://github.com/gdevanla/pandoc-markdown-ghci-filter#readme bug-reports: https://github.com/gdevanla/pandoc-markdown-ghci-filter/issues author: Guru Devanla maintainer: gdrvnl@gmail.com copyright: 2019 Guru Devanla license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/gdevanla/pandoc-markdown-ghci-filter library exposed-modules: CodeBlockExecutor other-modules: Paths_pandoc_markdown_ghci_filter hs-source-dirs: src default-extensions: DeriveGeneric OverloadedStrings build-depends: aeson , base >=4.7 && <5 , containers , ghcid , pandoc , pandoc-types , text default-language: Haskell2010 executable pandoc-markdown-ghci-filter-exe main-is: Main.hs other-modules: Paths_pandoc_markdown_ghci_filter hs-source-dirs: app default-extensions: DeriveGeneric OverloadedStrings ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: aeson , base >=4.7 && <5 , containers , ghcid , pandoc , pandoc-markdown-ghci-filter , pandoc-types , text default-language: Haskell2010 test-suite pandoc-markdown-ghci-filter-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_pandoc_markdown_ghci_filter hs-source-dirs: test default-extensions: DeriveGeneric OverloadedStrings ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , aeson , base >=4.7 && <5 , containers , ghcid , pandoc , pandoc-markdown-ghci-filter , pandoc-types , tasty , tasty-hunit , tasty-quickcheck , text default-language: Haskell2010