name: mmark-ext version: 0.2.1.2 x-revision: 2 cabal-version: 1.18 tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.3 license: BSD3 license-file: LICENSE.md author: Mark Karpov maintainer: Mark Karpov homepage: https://github.com/mmark-md/mmark-ext bug-reports: https://github.com/mmark-md/mmark-ext/issues category: Text synopsis: Commonly useful extensions for the MMark markdown processor build-type: Simple description: Commonly useful extensions for the MMark markdown processor. Click on "Text.MMark.Extension.Common" to get started. extra-doc-files: CHANGELOG.md , README.md data-files: data/*.md , data/*.html source-repository head type: git location: https://github.com/mmark-md/mmark-ext.git flag dev description: Turn on development settings. manual: True default: False library build-depends: base >= 4.9 && < 5.0 , foldl >= 1.2 && < 1.5 , lucid >= 2.6 && < 3.0 , microlens >= 0.4 && < 0.5 , mmark >= 0.0.4 && <= 0.1 , modern-uri >= 0.2 && < 0.4 , skylighting >= 0.5 && < 0.10 , text >= 0.2 && < 1.3 if impl(ghc >= 8.4) build-depends: ghc-syntax-highlighter >= 0.0.1 && < 0.1 exposed-modules: Text.MMark.Extension.Common , Text.MMark.Extension.Comment , Text.MMark.Extension.FontAwesome , Text.MMark.Extension.Footnotes , Text.MMark.Extension.GhcSyntaxHighlighter , Text.MMark.Extension.Kbd , Text.MMark.Extension.LinkTarget , Text.MMark.Extension.MathJax , Text.MMark.Extension.ObfuscateEmail , Text.MMark.Extension.PunctuationPrettifier , Text.MMark.Extension.Skylighting , Text.MMark.Extension.TableOfContents if flag(dev) ghc-options: -O0 -Wall -Werror -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances else ghc-options: -O2 -Wall default-language: Haskell2010 test-suite tests main-is: Spec.hs hs-source-dirs: tests type: exitcode-stdio-1.0 build-depends: base >= 4.9 && < 5.0 , hspec >= 2.0 && < 3.0 , lucid >= 2.6 && < 3.0 , mmark >= 0.0.4 && <= 0.1 , mmark-ext , skylighting >= 0.5 && < 0.10 , text >= 0.2 && < 1.3 build-tools: hspec-discover >= 2.0 && < 3.0 if flag(dev) ghc-options: -O0 -Wall -Werror else ghc-options: -O2 -Wall other-modules: Text.MMark.Extension.CommentSpec , Text.MMark.Extension.FontAwesomeSpec , Text.MMark.Extension.FootnotesSpec , Text.MMark.Extension.GhcSyntaxHighlighterSpec , Text.MMark.Extension.KbdSpec , Text.MMark.Extension.LinkTargetSpec , Text.MMark.Extension.MathJaxSpec , Text.MMark.Extension.ObfuscateEmailSpec , Text.MMark.Extension.PunctuationPrettifierSpec , Text.MMark.Extension.SkylightingSpec , Text.MMark.Extension.TableOfContentsSpec , Text.MMark.Extension.TestUtils default-language: Haskell2010